Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 820 Bytes

CHANGELOG.md

File metadata and controls

38 lines (21 loc) · 820 Bytes

1.0.0

  • Updated graphql to 15.5.0, adding support for latests graphql features
  • Updated graphql-tag to 2.11.0, support for graphql 15.5.0

0.4.0

  • Updated graphql to 0.12.3, adding support for string descriptors
  • Updated graphql-tag to 2.6.1, adding support for multiple exports

0.3.0

  • Updated graphql to 0.11.3

0.2.0

  • Catch parsing errors correctly, showing exactly where a .graphql file is erroring
  • Allow importing .graphql files from node_modules again

0.1.1

  • Prevent automatically evaluating any .graphql files from node_modules

0.1.0

  • Support Fields Descriptors

0.0.3

  • Empty .graphql files do no longer crash the server

0.0.2

  • Add support for .graphqls files

0.0.1

  • First version with .graphql and .gql file import support