Releases: sangria-graphql/sangria-circe
Releases · sangria-graphql/sangria-circe
v0.3.1
- Updated to latest version of marshalling API
v0.3.0
- Added support for
Encoder
/Decoder
. This providesToInput
andFromInput
instances for arbitrary tuples, case classes, etc. as long
as you have appropriateio.circe.Encoder
/io.circe.Decoder
in scope (in most cases it's enough to justimport io.circe.generic.auto._
)
v0.2.0
- Updated
circe
to version 0.3.0
v0.1.0
Initial release