Skip to content

Releases: dimaMachina/graphql-eslint

@graphql-eslint/eslint-plugin@2.1.0

06 Sep 09:31
75b709f
Compare
Choose a tag to compare

Minor Changes

  • c6886ba: [New rule] Compare operation/fragment name to the file name
  • 2032a66: fix no-unreachable-types rule when interface implementing other interface

Patch Changes

  • c6886ba: NEW PLUGIN: Compare operation/fragment name to the file name
  • 7b12bbf: fix(no-hashtag-description): allow hashtag comments between fields and arguments

@graphql-eslint/eslint-plugin@2.0.2

22 Aug 08:04
b3ab822
Compare
Choose a tag to compare

Patch Changes

  • 403b946: enhance(eslint-plugin): refactor the parts using tools

@graphql-eslint/eslint-plugin@2.0.1

03 Aug 11:56
3882359
Compare
Choose a tag to compare

Patch Changes

  • 0fb8d51: Update range of graphql-config and graphql-tools to fix documents loading issues

@graphql-eslint/eslint-plugin@2.0.0

03 Aug 09:34
681cadd
Compare
Choose a tag to compare

Major Changes

  • 17014ee: Drop support for Node 10, update to latest graphql-tools

Patch Changes

  • c0b12a5: fix(siblings): return virtual path for code files instead of real path
  • 3701b2a: use graphql-config even there is no graphql-config consmiconfig file
  • 44f0d73: fix false negative cases for no-unreachable-types rule
  • 5065482: fix caching for no-unreachable-types and no-unused-fields rules
  • 5e8ebd8: add tests for schema loaders

@graphql-eslint/eslint-plugin@1.1.4

19 Jul 06:13
e37457d
Compare
Choose a tag to compare

Patch Changes

  • 34b4300: fix(graphql-config): pass real filepath to gqlConfig.getProjectForFile

@graphql-eslint/eslint-plugin@1.1.3

11 Jul 14:33
dd330d1
Compare
Choose a tag to compare

Patch Changes

  • ca8b521: fix: code filepath in unique-fragment-name and unique-operation-name rules

@graphql-eslint/eslint-plugin@1.1.2

06 Jul 06:26
6390e13
Compare
Choose a tag to compare

Patch Changes

  • e7d8496: fix: documents in graphql-config can be null

@graphql-eslint/eslint-plugin@1.1.1

04 Jul 11:34
34ea7b7
Compare
Choose a tag to compare

Patch Changes

  • f428d46: feat: improve generate-docs and types
  • 5a7e9a7: fix comments in files that contains import comments
  • 4348dcc: update eslint, various improvements
  • 01ade2e: fix unique-fragment-name and no-unused-fragments rule

@graphql-eslint/eslint-plugin@1.1.0

21 Jun 11:56
2c4bde7
Compare
Choose a tag to compare

Minor Changes

  • a44d426: support #import in known-fragment-names rule

@graphql-eslint/eslint-plugin@1.0.2

20 Jun 15:44
e134e6f
Compare
Choose a tag to compare

Patch Changes

  • 85d842e: add no-unused-fields rule
  • 6b5b90b: graphql-js migrate to .ts, fix links
  • f0560b0: Fix for missing exports for testkit