Skip to content

Commit 9906a7b

Browse files
[🔥AUDIT🔥] Release v0.3.0 (#125)
🖍 _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
1 parent dd719de commit 9906a7b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ When releasing a new version:
2222

2323
### Breaking changes:
2424

25+
### New features:
26+
27+
### Bug fixes:
28+
29+
## v0.3.0
30+
31+
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.
32+
33+
### Breaking changes:
34+
2535
- 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`.
2636

2737
### New features:

0 commit comments

Comments
 (0)