Skip to content

Releases: mjarkk/yarql

v0.9.0 Support for getting and setting the request context

18 Apr 13:47
Compare
Choose a tag to compare

v0.8.0 Change core package name

18 Apr 13:04
Compare
Choose a tag to compare
Change pacakge name to yarql

Hereby I present to you YarQL!!

06 Apr 16:04
Compare
Choose a tag to compare

v0.6.5 Bug fixes around GraphQL inputs with Go pointers

20 Oct 12:38
Compare
Choose a tag to compare
resolver: fix ptr within input struct not working

v0.6.4 Bug fixes to make relay work

19 Oct 10:09
3072be1
Compare
Choose a tag to compare

This release mainly contains critical bug fixes to make the relay framework work with this library.

v0.6.3 support ID as return value of method and bug fixes

17 Oct 11:18
Compare
Choose a tag to compare

v0.6.2 🐞 More bug fixes

14 Oct 12:46
Compare
Choose a tag to compare
resolver: do not return extensions or errors if there are non

v0.6.1 Bug fixes and tester package

10 Oct 10:03
Compare
Choose a tag to compare
tester: add TypeKind, HasFields and OnlyHasFields

v0.6.0 Interfaces support!

09 Oct 15:40
7527d10
Compare
Choose a tag to compare

What's Changed

  • Support graphql interfaces by @mjarkk in #4

Full Changelog: v0.5.0...v0.6

v0.5.0 Rewrite core

05 Oct 11:40
Compare
Choose a tag to compare

This mainly increases the speed of the library.