Skip to content

Releases: vektah/gqlparser

v2.5.33

24 Apr 22:16
41b7913

Choose a tag to compare

What's Changed

  • fix: allow repeatable directives on GraphQL document by @fredzqm in #418
  • feat: create a new ScalarLeafsRuleWithoutSuggestions validator rule by @XuankangLin in #413
  • refactor: format lines in scalar_leafs.go by @XuankangLin in #423
  • Fix negative Position.Column for definitions with block string descriptions (#254) by @riwal42c in #422
  • Update spec to 2023 version by @StevenACoffman in #401
  • Bump picomatch from 2.3.1 to 2.3.2 in /validator/imported by @dependabot[bot] in #420
  • Bump @babel/preset-env from 7.29.0 to 7.29.2 in /validator/imported in the actions-deps group by @dependabot[bot] in #419
  • Bump brace-expansion from 1.1.12 to 1.1.13 in /validator/imported by @dependabot[bot] in #421
  • Bump prettier from 3.8.1 to 3.8.2 in /validator/imported in the actions-deps group by @dependabot[bot] in #424
  • Bump prettier from 3.8.2 to 3.8.3 in /validator/imported in the actions-deps group by @dependabot[bot] in #425
  • Bump minimatch from 3.0.4 to 3.1.5 in /validator/imported by @dependabot[bot] in #417

New Contributors

Full Changelog: v2.5.32...v2.5.33

v2.5.32

19 Feb 12:39
d828d64

Choose a tag to compare

What's Changed

  • lint and format by @StevenACoffman in #414
  • Add formatter.WithNonIntrospectionBuiltin by @fredzqm in #415
  • [Refactor] Fix linter error in dumper.go & path.go by @fredzqm in #416
  • Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 in the actions-deps group by @dependabot[bot] in #398
  • Bump js-yaml from 4.1.0 to 4.1.1 in /validator/imported by @dependabot[bot] in #399
  • Bump chai from 6.2.0 to 6.2.1 in /validator/imported in the actions-deps group by @dependabot[bot] in #400
  • Bump the actions-deps group with 2 updates by @dependabot[bot] in #402
  • Bump prettier from 3.6.2 to 3.7.3 in /validator/imported in the actions-deps group by @dependabot[bot] in #403
  • Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 in the actions-deps group by @dependabot[bot] in #405
  • Bump prettier from 3.7.3 to 3.7.4 in /validator/imported in the actions-deps group by @dependabot[bot] in #404
  • Bump chai from 6.2.1 to 6.2.2 in /validator/imported in the actions-deps group by @dependabot[bot] in #406
  • Bump the actions-deps group across 1 directory with 6 updates by @dependabot[bot] in #410
  • Bump the actions-deps group across 1 directory with 4 updates by @dependabot[bot] in #412

Full Changelog: v2.5.31...v2.5.32

v2.5.31

30 Oct 01:05
5b41269

Choose a tag to compare

What's Changed

  • validator/rules: add Rules unit tests by @tomoikey in #385
  • Add a nil check in ArgumentMap by @fredzqm in #397
  • fix(validator): allow nullable variables for nonnull args with default by @lbarthon in #396
  • Bump the actions-deps group in /validator/imported with 2 updates by @dependabot[bot] in #384
  • Bump the actions-deps group in /validator/imported with 6 updates by @dependabot[bot] in #386
  • Bump the actions-deps group in /validator/imported with 4 updates by @dependabot[bot] in #388
  • Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 in the actions-deps group by @dependabot[bot] in #389
  • Bump actions/checkout from 4 to 5 in the actions-deps group by @dependabot[bot] in #387
  • Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the actions-deps group by @dependabot[bot] in #391
  • Bump chai from 5.3.1 to 6.0.1 in /validator/imported in the actions-deps group by @dependabot[bot] in #390
  • Bump actions/setup-go from 5 to 6 in the actions-deps group by @dependabot[bot] in #393
  • Bump @babel/core from 7.28.3 to 7.28.4 in /validator/imported in the actions-deps group by @dependabot[bot] in #392
  • Bump chai from 6.0.1 to 6.2.0 in /validator/imported in the actions-deps group by @dependabot[bot] in #394
  • Bump the actions-deps group in /validator/imported with 3 updates by @dependabot[bot] in #395

New Contributors

Full Changelog: v2.5.30...v2.5.31

v2.5.30

28 Jun 22:43
f638740

Choose a tag to compare

What's Changed

  • BREAKING: Fix AddRule and ReplaceRule methods behavior and add documentation by @tomoikey in #381
  • Ensure Validation Rule order is deterministic by @StevenACoffman in #383

Full Changelog: v2.5.29...v2.5.30

v2.5.29

27 Jun 20:51
22fa045

Choose a tag to compare

What's Changed

  • Refactoring: not to use global rule sets (part 1) by @tomoikey in #379
  • Refactoring: not to use global rule sets (part 2) by @tomoikey in #380
  • Bump prettier from 3.5.3 to 3.6.0 in /validator/imported in the actions-deps group by @dependabot in #377
  • Bump brace-expansion from 1.1.11 to 1.1.12 in /validator/imported by @dependabot in #378

Full Changelog: v2.5.28...v2.5.29

v2.5.28

15 Jun 20:06
895262c

Choose a tag to compare

What's Changed

  • fix: ErrorPosf() handle nil Position input by @robmyersrobmyers in #376
  • Fix formatter when schema uses a mix of custom and default root opera… by @ascherkus in #374
  • Bump the actions-deps group in /validator/imported with 2 updates by @dependabot in #372
  • Bump @babel/core from 7.27.1 to 7.27.4 in /validator/imported in the actions-deps group by @dependabot in #373

New Contributors

Full Changelog: v2.5.27...v2.5.28

v2.5.27

07 May 11:33
338ee49

Choose a tag to compare

What's Changed

  • Change parser limit error to be gqlerror by @StevenACoffman in #371
  • Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 in the actions-deps group by @dependabot in #370
  • Bump the actions-deps group in /validator/imported with 6 updates by @dependabot in #369

Full Changelog: v2.5.26...v2.5.27

v2.5.26

24 Apr 17:25
af38134

Choose a tag to compare

What's Changed

  • Fix loosing schema directives in FormatSchema() when schema definition only contains default operation types and gets optimized out by @lorf in #366
  • Add column information to errors string output by @robmyersrobmyers in #368

Full Changelog: v2.5.25...v2.5.26

v2.5.25

17 Apr 12:23
a4eb489

Choose a tag to compare

What's Changed

  • Fix formatting schema and schema extensions directives in FormatSchema() and FormatSchemaDocument() by @lorf in #365
  • change: no longer include Position information when marshaling to JSON by @robmyersrobmyers in #364

New Contributors

Full Changelog: v2.5.24...v2.5.25

v2.5.24

09 Apr 22:29
bcc3a70

Choose a tag to compare

What's Changed

  • Remove the extra whitespace before the query arguments and fragment name by @git-hulk in #362
  • Bump prettier from 3.5.2 to 3.5.3 in /validator/imported in the actions-deps group by @dependabot in #356
  • Bump @babel/core from 7.26.9 to 7.26.10 in /validator/imported in the actions-deps group by @dependabot in #358
  • Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 in the actions-deps group by @dependabot in #357
  • Bump @babel/runtime from 7.26.0 to 7.26.10 in /validator/imported by @dependabot in #359
  • Bump the actions-deps group in /validator/imported with 2 updates by @dependabot in #360
  • Bump golangci/golangci-lint-action from 6.5.1 to 7.0.0 in the actions-deps group by @dependabot in #361

New Contributors

Full Changelog: v2.5.23...v2.5.24