- 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