All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added a changelog :-) Following the same style as Apollo Client because that feels like it gives good thanks to the community contributors.
By @MichaelJCompton in #1512 - Added support for methods returning
(v, ok)
shaped values to support Prisma Go client.
By @steebchen in #1449
- Updated to gqlparser to v2.2.0.
By @lwc in #1514 - GraphQL playground updated to 1.7.26.
By @ddouglas in #1436
- Removed a data race by copying when input fields have default values. Bu @skaji in #1456
- v0.12.2 broke the handling of pointers to slices by calling the custom Marshal and Unmarshal functions on the entire slice. It now correctly calls the custom Marshal and Unmarshal methods for each element in the slice.
By @ananyasaxena in #1363 - Changes in go1.16 that mean go.mod and go.sum aren't always up to date. Now
go mod tidy
is run after code generation.
By @lwc in #1501 - Errors in resolving non-nullable arrays were not correctly bubbling up to the next nullable field.
By @wilhelmeek in #1480 - Fixed a potential deadlock in calling error presenters.
By @vektah in #1399 - Fixed
collectFields
not correctly respecting alias fields in fragments.
By @vmrajas in #1341
Base version at which changelog was introduced.