Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 4.59 KB

CHANGELOG.md

File metadata and controls

75 lines (49 loc) · 4.59 KB

Change log

vNEXT

v1.5.0

v1.4.1

Skipped v1.4.0 because of incorrect version tag in package.json

v1.3.0

v1.2.0

v1.1.0

v1.0.0

v0.8.2

  • Remove KnownFragmentNames and UnusedFragment from default rules in literal env. Justin Schulz in #70

v0.8.1

  • Fix graphql/required-fields throwing on non-existent field reference Benjie in #65

v0.8.0

  • 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

v0.7.0

  • Add lint rule to enforce that operations have names gauravmk in #47

v0.6.1

  • Remove babel-polyfill from runtime dependencies, since it was only being used in test code. joelgriffith in #44

v0.6.0

v0.5.0

  • Take into account Apollo fragment interpolation rules jnwng in #33
  • Update graphql-js dependency to 0.8.2 jonbretman in #40

v0.4.3

  • Add 'literal' option to options schema, so that it can actually be used. stefanorg in #39

v0.4.2

  • Added 'literal' option to env for when working with .graphql and .gql files, by jtmthf in #36

v0.4.1

  • Support for selecting validation rules one by one, by erydo in #34

v0.4.0

v0.3.1

  • We didn't keep track of changes before this version. Consult the commit log.