Releases: graphql-hive/graphql-eslint
Releases · graphql-hive/graphql-eslint
18 Jan 10:17
Compare
Sorry, something went wrong.
No results found
Patch Changes
80f9090 : Fix missing "no-unreachable-types"
24 Dec 09:21
Compare
Sorry, something went wrong.
No results found
Patch Changes
a5e1e6e : Fix issues with processor parsing errors breaking the eslint execution
23 Dec 09:36
Compare
Sorry, something went wrong.
No results found
Minor Changes
5e1bbe6 : NEW RULE: avoid-duplicate-fields
b093f88 : NEW RULE: selection-set-depth
2df9134 : NEW RULE: no-hashtag-description
625f083 : New rule: no-unreachable-types
174a66f : [naming-convention] Allow each definition to take either a strng or object. Object can take the following keys: style (naming style), prefix (value must have prefix) and suffix (value must have suffix)
d3ff768 : NEW RULE: no-deprecated
63cecdd : Added code file compatibility for graphql-config projects
Patch Changes
0094548 : Load graphql config file only once
e26a5d4 : Fix issues with loading schemas from code-files
e6edc88 : Added prefix to error thrown by the parser
1594288 : Improve error messages for parserServices
4942b58 : Optimisation of sibling operations loading (cache by project)
2df9134 : Fixed missing loc
property when rawNode is called on Document node
a57d4f5 : fix(naming-convention): fix issues with numeric values
20 Dec 09:32
Compare
Sorry, something went wrong.
No results found
Minor Changes
e9d1d53 : NEW RULE: unique-operation-name
e9d1d53 : Port all graphql-js validation rules to standalone rules
e9d1d53 : New rule: unique-fragment-name
Patch Changes
e9d1d53 : Fix issues with AST converter and root Document causing to invalid ASTs when rawNode is called
e9d1d53 : Fix issue with siblings operations and getOperation method
19 Dec 14:17
Compare
Sorry, something went wrong.
No results found
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
29 Nov 15:28
Compare
Sorry, something went wrong.
No results found
Patch Changes
c9bbdbe : Added supportsAutofix
to the processor.
Fixes can be applied in JS,TS files now.
18 Nov 15:33
Compare
Sorry, something went wrong.
No results found
Patch Changes
0fe0f68 : Fix a bug in the input-name rule to make sure it only checks fields on the Mutation type
10 Nov 19:00
Compare
Sorry, something went wrong.
No results found
Patch Changes
0dab062 : [require-id-when-available] fix for inline fragments on interfaces (#139 )
05 Oct 13:47
Compare
Sorry, something went wrong.
No results found
Patch Changes
52a98df : Ignore NoUnusedFragmentsRule validation for fragments operations
52a98df : Improve error reported from validate-against-schema (added the rule name to the error)
05 Oct 13:01
Compare
Sorry, something went wrong.
No results found
Minor Changes
80e922c : Improved validate-against-schema
rule configuration (allow to customize rules)
Patch Changes
80e922c : Fix issues with .rawNode()
values