Skip to content

Releases: sangria-graphql/sangria-argonaut

v1.0.2

18 Jun 06:28
e0040bf
Compare
Choose a tag to compare

What’s Changed

Other Changes

v1.0.1

28 Apr 08:36
Compare
Choose a tag to compare

The release is verified by MiMa to be compatible with v1.0.0, so no updates to downstream libraries are necessary.

  • Added cross-compilation for Scala 2.13.
  • Updated the Argonaut version from 6.2-RC2 to 6.2.3.

v1.0.0

16 Jan 23:44
Compare
Choose a tag to compare
  • 1.0 Release
  • Updated argonaut to v6.2-RC2

v0.3.2

19 Nov 12:28
Compare
Choose a tag to compare
  • Cross-compile for scala 2.11 and 2.12
  • Updated dependencies

v0.3.1

01 May 02:01
Compare
Choose a tag to compare
  • Updated to sangria-marshalling-api v0.2.1

v0.3.0

24 Mar 23:24
Compare
Choose a tag to compare
  • Updated to sangria-marshalling-api v0.2.0

v0.2.0

28 Feb 22:50
Compare
Choose a tag to compare
  • Added support for EncodeJson/DecodeJson. This provides ToInput and FromInput instances for arbitrary tuples, case classes, etc. as long
    as you have appropriate codec in scope
  • Added support for input parsing by providing an instance of InputParser type class
  • Updated to latest version of marshalling API

v0.1.0

23 Jan 21:54
Compare
Choose a tag to compare

Initial release