Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

41 lines (30 loc) · 1.55 KB

Change Log

0.2.3

  • Remove graphql.useLanguageServer setting. Instead, the extension will be automatically started if a .graphqlconfig file is detected in the workspace.

0.2.2

  • Add support for syntax highlighting """ declarations (#11)
  • Add support for syntax highlighting input and scalar types (#11)

0.2.1

  • Add support for .gql extensions

0.2.0

  • Upgrade graphql-language-service-server to ^1.1.2 (thanks @lostplan, @mgadda)
    • Add support for textDocument/hover
    • Add support for online schemas, configurable via .graphqlconfig
    • Remove watchman requirement
  • Stop opening debug console on startup

0.1.8

  • Support debugging in node 7.7+ (#14)

0.1.7

  • Support syntax highlighting for type, interface, and enum declarations
  • Improve syntax highlighting for directives, array types, variable declarations

0.1.6

  • Fix an issue with multiple graphql dependencies in node_modules

0.1.5

  • Upgrade graphql-language-service-server to 1.0.18

0.1.4

  • Fix Comment Selection support (#5)

0.1.0

0.0.1

  • Initial release
  • Syntax highlighting support