Skip to content

Releases: sangria-graphql/sangria-relay

v4.0.0

22 Jun 19:59
v4.0.0
d6b9380
Compare
Choose a tag to compare

What's Changed

Maintenance

New Contributors

Full Changelog: v3.0.1...v4.0.0

v3.0.1

25 Apr 07:41
22f47d3
Compare
Choose a tag to compare

What's Changed

Maintenance

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

11 Oct 16:24
d2eeef6
Compare
Choose a tag to compare

What's Changed

There's a breaking change on Connection.definitionWithEdge: pageInfoType is now of type Option[OutputType[P]] instead of OutputType[P]. If you don't define any value, this does not change anything. If you define a value, pack it into a Some(...) like in https://github.com/sangria-graphql/sangria-relay/pull/196/files#diff-36d70dd49a8a4419612263c6019f523c05603d09a2e07b327399b449aa30d971R122

Full Changelog: v2.1.1...v3.0.0

v2.1.1

11 Oct 15:43
c35b725
Compare
Choose a tag to compare

What's Changed

Only dependency updates and infrastructure related work

Read more

v2.1.0

08 Dec 17:26
Compare
Choose a tag to compare

What’s Changed

v2.0.0

14 Aug 11:46
v2.0.0
3edacd7
Compare
Choose a tag to compare

What’s Changed

v2.0.0-M2

28 Apr 08:44
v2.0.0-M2
7d358aa
Compare
Choose a tag to compare

v2.0.0-M1

28 Apr 08:43
Compare
Choose a tag to compare

v1.4.2

13 Aug 16:27
Compare
Choose a tag to compare
  • Added ConnectionHelper.definitionWithEdge which allows to parametrize the edge type (#31). Big thanks to @phrojoe for this contribution!
  • Updated sangria to v1.4.2

v1.4.1

12 May 00:23
Compare
Choose a tag to compare
  • Updated sangria to v1.4.1