- Add new rule
no-deprecated-fieldsin Kristján Oddsson#92 - Add support for deprecated fields on enums in #100 by Daniel Rinehart
- Bumped
babel-eslintand pinnedgraphql-configin #101 by Jon Wong
Skipped v1.4.0 because of incorrect version tag in package.json
- Move
graphql-jstopeerDependencies, supportgraphql@^0.11.0in 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-namerule 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-jstov0.10.1in #67 Sashko Stubailo
- Remove
KnownFragmentNamesandUnusedFragmentfrom default rules inliteralenv. Justin Schulz in #70
- Updated
graphqldependency 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-polyfillfrom 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 toenvfor when working with.graphqland.gqlfiles, 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.