- Add new rule
no-deprecated-fields
in Kristján Oddsson#92 - Add support for deprecated fields on enums in #100 by Daniel Rinehart
- Bumped
babel-eslint
and pinnedgraphql-config
in #101 by Jon Wong
Skipped v1.4.0 because of incorrect version tag in package.json
- Move
graphql-js
topeerDependencies
, supportgraphql@^0.11.0
in Jon Wong#91 - Fix escaping of literal .graphql files Simon Lydell in #88
- Fix ESLint config validation Simon Lydell in #86
- add support for .graphqlconfig Roman Hotsiy in #80
- add
graphql/capitalized-type-name
rule to warn on uncapitalized type names DianaSuvorova in #81
- Add env config option for required-fields rule Justin Schulz in #75
- Add option to pass schema as string Christopher Cliff in #78
- Fix template env for older runtimes (eg. node 5 and earlier) Justin Schulz in #73
- Updated
graphql-js
tov0.10.1
in #67 Sashko Stubailo
- Remove
KnownFragmentNames
andUnusedFragment
from default rules inliteral
env. Justin Schulz in #70
- Updated
graphql
dependency to resolve test failures (wording change, no API change) jnwng - Add lint rule to enforce that required fields are specified. rgoldfinger in #47
- Remove
babel-polyfill
from runtime dependencies, since it was only being used in test code. joelgriffith in #44
- Update graphql-js dependency to 0.9.0 jonbretman in #41
- Take into account Apollo fragment interpolation rules jnwng in #33
- Update graphql-js dependency to 0.8.2 jonbretman in #40
- Added
'literal'
option toenv
for when working with.graphql
and.gql
files, by jtmthf in #36
- Support for selecting validation rules one by one, by erydo in #34
- Support for multiple schemas, by erydo in #31
- We didn't keep track of changes before this version. Consult the commit log.