https://github.com/sangria-graphql/sangria-circe/releases
- emit jvm 8 bytecode (#37) @yanns
- scalatest 3.2.2 (#36) @yanns
- fix deprecated symbols (#35) @yanns
- Scala updates (#34) @yanns
- Update sbt-release to 1.0.13 (#24) @scala-steward
- Update sbt-mima-plugin to 0.6.4 (#25) @scala-steward
- Update sbt to 1.3.13 (#31) @scala-steward
- Update circe-core, circe-generic to 0.13.0 (#26) @scala-steward
- Update scalatest to 3.1.4 (#33) @scala-steward
- automate release notes (#23) @yanns
- automate release notes (#22) @yanns
- back to sangria-graphql (#21) @yanns
MiMa doesn't report any incompatibilities with 1.2.1, but the update in the Circe version does include breaking changes, so please be careful when updating.
- Added cross-compilation for Scala 2.13.
- Updated the Circe version from 0.9.1 to 0.12.3.
- Updated
circe
to version 0.9.1 - Updated
sangria-marshalling-api
to version 1.0.1 - Taking advantage of the fact that
ArrayMapBuilder
is nowIterable
- Updated
circe
to version 0.9.0
- Updated
circe
to version 0.9.0-M2
- Updated
circe
to version 0.8.0
- Updated
circe
to version 0.7.0
- 1.0 Release
- Updated
circe
to version 0.6.1
- Updated
circe
to version 0.6.0 - Cross-compile for scala 2.11 and 2.12
- Updated dependencies
- Updated
circe
to version 0.5.4
- Encode
Double.NaN
and infinity asnull
(#2). Big thanks to @jonas for this contribution!
- Updated
circe
to version 0.5.3
- Updated
circe
to version 0.5.0
- Updated to sangria-marshalling-api v0.2.1
- Updated
circe
to version 0.4.1
- Updated
circe
to version 0.4.0
- Updated
circe
to version 0.4.0-RC1
- Updated to sangria-marshalling-api v0.2.0
- Updated to latest version of marshalling API
- 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._
)
- Updated
circe
to version 0.3.0
- Initial release