Skip to content

Commit

Permalink
[πŸ”₯AUDITπŸ”₯] Release v0.3.0 (#125)
Browse files Browse the repository at this point in the history
πŸ– _This is an audit!_ πŸ–

## Summary:
We've had a few more new features in the few days since 0.2.0!  Craig
has run the webapp tests on this too.  This commit updates the
changelog, and I'll tag it with the release once it lands.

## Test plan:
crossed fingers


Author: benjaminjkraft

Auditors: csilvers, dnerdy, StevenACoffman

Required Reviewers: 

Approved By: 

Checks: βŒ› Test (1.17), βŒ› Test (1.16), βŒ› Test (1.15), βŒ› Test (1.14), βŒ› Lint, βŒ› Test (1.17), βŒ› Test (1.16), βœ… Test (1.15), βŒ› Test (1.14), βœ… Lint

Pull Request URL: #125
  • Loading branch information
benjaminjkraft committed Oct 1, 2021
1 parent dd719de commit 9906a7b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ When releasing a new version:

### Breaking changes:

### New features:

### Bug fixes:

## v0.3.0

Version 0.3.0 adds several new configuration options, allowing simplification of generated types and configuration of input types, as well as marshalers for all genqlient-generated types.

### Breaking changes:

- Previously, `# @genqlient` directives applied to entire operations applied inconsistently to fields of input types used by those operations. Specifically, `pointer: true`, when applied to the operation, would affect all input-field arguments, but `omitempty: true` would not. Now, all options apply to fields of input types; this is a behavior change in the case of `omitempty`.

### New features:
Expand Down

0 comments on commit 9906a7b

Please sign in to comment.