Skip to content

Releases: dimaMachina/graphql-eslint

@graphql-eslint/eslint-plugin@0.5.0

19 Dec 14:17
1f61dd1
Compare
Choose a tag to compare

Minor Changes

  • 937b322: test release
  • 937b322: Allow to load siblings operations
  • 937b322: feature(processor): apply processor automatically on code files

Patch Changes

  • 937b322: Fix processor compatibility with other plugins
  • 937b322: Better integration of siblings operations and graphql-config
  • 937b322: fix(parser): better performance, make sure schema is loaded and cached
  • 937b322: fix(parser): better support for graphql-config intergration and project detection

@graphql-eslint/eslint-plugin@0.4.4

29 Nov 15:28
3cc82b8
Compare
Choose a tag to compare

Patch Changes

  • c9bbdbe: Added supportsAutofix to the processor.
    Fixes can be applied in JS,TS files now.

@graphql-eslint/eslint-plugin@0.4.3

18 Nov 15:33
4e7378e
Compare
Choose a tag to compare

Patch Changes

  • 0fe0f68: Fix a bug in the input-name rule to make sure it only checks fields on the Mutation type

@graphql-eslint/eslint-plugin@0.4.2

10 Nov 19:00
3f2cb84
Compare
Choose a tag to compare

Patch Changes

  • 0dab062: [require-id-when-available] fix for inline fragments on interfaces (#139)

@graphql-eslint/eslint-plugin@0.4.1

05 Oct 13:47
d2d1786
Compare
Choose a tag to compare

Patch Changes

  • 52a98df: Ignore NoUnusedFragmentsRule validation for fragments operations
  • 52a98df: Improve error reported from validate-against-schema (added the rule name to the error)

@graphql-eslint/eslint-plugin@0.4.0

05 Oct 13:01
3ecbe2e
Compare
Choose a tag to compare

Minor Changes

  • 80e922c: Improved validate-against-schema rule configuration (allow to customize rules)

Patch Changes

  • 80e922c: Fix issues with .rawNode() values

@graphql-eslint/eslint-plugin@0.3.3

05 Oct 06:54
1900944
Compare
Choose a tag to compare

Patch Changes

  • 2b87cb1: Fix compatibility with GraphQL v14

@graphql-eslint/eslint-plugin@0.3.2

03 Oct 14:24
6c445d6
Compare
Choose a tag to compare

Patch Changes

  • da77db6: Fix schemaOptions support

@graphql-eslint/eslint-plugin@0.3.1

03 Oct 11:23
0c4a64b
Compare
Choose a tag to compare

Patch Changes

  • 9f0ab04: Fixes README and missing docs in published package

@graphql-eslint/eslint-plugin@0.3.0

03 Oct 11:01
04b4d2b
Compare
Choose a tag to compare

Minor Changes

  • 3838852: Initial minor release from this repo.
  • 5809bdc: Fixes for docs and package publish