v0.5.0
What's Changed
- Update tested Go versions (and deps) by @benjaminjkraft in #179
- Embed data files in the binary by @benjaminjkraft in #180
- Remove ioutil by @benjaminjkraft in #181
- Upgrade golangci-lint by @benjaminjkraft in #182
- Adding GraphQL Extensions by @janboll in #184
- Add support for client that uses GET as transport mechanism by @salman-rb in #186
- Add mention of tools.go to FAQ by @benjaminjkraft in #189
- Allow absolute paths in schema files. by @csilvers in #192
- Reject operation or argument names that are Go keywords by @benjaminjkraft in #195
- Simplify errors tests a bit so they don't all have to write a schema by @benjaminjkraft in #196
- Validate against a case gqlparser doesn't catch by @benjaminjkraft in #197
- Add support for mapping all nullable types as pointers by @connec in #198
- Add tests to check that genqlient handles covariance by @benjaminjkraft in #203
- Be more precise in deciding whether to add the schema prelude by @benjaminjkraft in #205
- Release v0.5.0 by @benjaminjkraft in #208
New Contributors
- @janboll made their first contribution in #184
- @salman-rb made their first contribution in #186
- @connec made their first contribution in #198
Full Changelog: v0.4.0...v0.5.0