v0.4.0
What's Changed
- Add getter methods to all fields, not just where needed by @benjaminjkraft in #126
- Add CODEOWNERS so community PR reviews are auto-assigned by @StevenACoffman in #135
- ⚡️ Accept array of string as valid input schema path. by @hsblhsn in #134
- Allow creating aliases for builtin types, using
typename
. by @csilvers in #133 - Align support for multiple operation-files and multiple schema-files by @benjaminjkraft in #137
- Fix link to genqlient.yaml from FAQ.md by @johnmaguire in #140
- Fix error handling during config init by @johnmaguire in #142
- Walk parent directories to find config file by @johnmaguire in #141
- docs: fix go generate directive by @tarrencev in #143
- Update dependencies to latest by @StevenACoffman in #144
- Allow compatibility when using introspection derived client schema's by @suessflorian in #145
- TYPO: Fixed variable name and position in interface definition. by @hsblhsn in #154
- Add "struct_references" configuration by @nathanstitt in #155
- Sort operations to guarantee a stable order by @edigaryev in #156
- Move 'Code generated by' disclaimer up by @adambabik in #161
- Avoid capitalized error strings in generated code by @adambabik in #162
- gqlparser v2.3.1 by @StevenACoffman in #166
- Add a PR template by @benjaminjkraft in #171
- Reject the use of both typename and bind by @benjaminjkraft in #172
- Reject a glob that matches no files by @benjaminjkraft in #173
- Release v0.4.0 by @benjaminjkraft in #174
New Contributors
- @hsblhsn made their first contribution in #134
- @johnmaguire made their first contribution in #140
- @tarrencev made their first contribution in #143
- @suessflorian made their first contribution in #145
- @nathanstitt made their first contribution in #155
- @edigaryev made their first contribution in #156
- @adambabik made their first contribution in #161
Full Changelog: v0.3.0...v0.4.0