Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

43 lines (30 loc) · 2.42 KB

Changelog

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.

[Unreleased]

Added

  • 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

Changed

Fixed

  • 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

[0.13.0] - 2020-09-21

Base version at which changelog was introduced.