Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 909 Bytes

CHANGELOG.md

File metadata and controls

65 lines (34 loc) · 909 Bytes

1.1.1

  • Fix non appearing snippets

1.1.0

  • Automatic including of function parameters

1.0.3

  • Improve error linter with apollo fragments

1.0.2

  • Fix support for snippets and queries with apollo fragments

1.0.0

  • Stop using codemirror
  • Use graphql-language-service-interface
  • Fix a lot of error while getting snippets

0.4.1

  • Improve support for apollo with fragments.

0.3.5

  • Fix crash when writing invalidchar.

0.3.3

  • Add option to disable unknown fragment error.

0.3.2

  • Add more priority to suggestions.

0.3.1

  • Fix crash bug when opening tags. Issue #1.

0.3.0

  • Add options to disable some errors.

0.2.3

  • Improve query finding algorithm.

0.2.2

  • Fix getQueriesInFile when there are others ` in the file.

0.2.0

  • Use .graphqlrc.

0.1.1

  • Don't pass type to snippets

0.1.0 - First Release

  • Every feature added