Releases: mjarkk/yarql
Releases · mjarkk/yarql
v0.9.0 Support for getting and setting the request context
v0.8.0 Change core package name
Change pacakge name to yarql
Hereby I present to you YarQL!!
v0.7.0 YarQL!!
v0.6.5 Bug fixes around GraphQL inputs with Go pointers
resolver: fix ptr within input struct not working
v0.6.4 Bug fixes to make relay work
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
For more info about the ID method response read: README.md Label as ID field
v0.6.2 🐞 More bug fixes
resolver: do not return extensions or errors if there are non
v0.6.1 Bug fixes and tester package
tester: add TypeKind, HasFields and OnlyHasFields
v0.6.0 Interfaces support!
v0.5.0 Rewrite core
This mainly increases the speed of the library.