Releases: vektah/gqlparser
Releases · vektah/gqlparser
v2.5.3
v2.5.2
What's Changed
- Add github actions to lint by @StevenACoffman in #241
- GH Actions CI Additions + Linter fixups by @philipaconrad in #242
- Prefer to wrap third party errors by @StevenACoffman in #243
- Remove a duplicate line in lexer_test.yml by @ryicoh in #244
- Point to the right GraphQL spec by @Khyme in #250
- Bump json5 from 2.2.0 to 2.2.3 in /validator/imported by @dependabot in #251
- support @defer directive by @fiatjaf in #255
- Don't drop repeatable keyword when formatting directive by @tadeokondrak in #256
- Validate directive arguments during schema parsing by @fredzqm in #258
- Validate enum values directive are legit by @fredzqm in #257
New Contributors
- @ryicoh made their first contribution in #244
- @Khyme made their first contribution in #250
- @fiatjaf made their first contribution in #255
- @tadeokondrak made their first contribution in #256
- @fredzqm made their first contribution in #258
Full Changelog: v2.5.1...v2.5.2
v2.5.1
What's Changed
Full Changelog: v2.5.0...v2.5.1
v2.5.0
v2.4.8
What's Changed
- Add UnmarshalJSON implementations. by @philipaconrad in #232
New Contributors
- @philipaconrad made their first contribution in #232
Full Changelog: v2.4.7...v2.4.8
v2.4.7
v2.4.6
What's Changed
- Check for non-enum values on validation by @ameyarao98 in #227
- Replace deprecated ioutil pkg with os & io by @abhinavnair in #228
New Contributors
- @ameyarao98 made their first contribution in #227
- @abhinavnair made their first contribution in #228
Full Changelog: v2.4.5...v2.4.6
v2.4.5
What's Changed
- Allow doubly-defined builtin directives by @benjaminjkraft in #226
- Validate that the operation's root type is valid by @benjaminjkraft in #225
New Contributors
- @benjaminjkraft made their first contribution in #226
Full Changelog: v2.4.4...v2.4.5