1.15.3 (2019-10-31)
1.15.2 (2019-10-31)
- syntax: highlight 'subscription' operation (c0dd623)
1.15.1 (2019-08-07)
- windows: fix plugin not working with remote extn pack (7fd0579)
1.15.0 (2019-07-13)
- handle null cases and enable typescript strict mode (3cfb535)
- server: add custom node runtime support (19ccf02)
1.14.2 (2019-07-08)
- workspaces: only send workspace documents req to server (22c331b)
1.14.1 (2019-07-05)
- syntax: support interpolations in ruby (34bb681)
1.14.0 (2019-07-04)
- add json5 syntax highlighting to gqlconfig (5f0826b)
- add multi-root workspaces support Closes #33 (af8fe1d)
1.13.2 (2019-06-05)
- syntax: designate graphql blocks in feature files (836149a)
1.13.1 (2019-04-17)
- client: fix crash when editor is undefined (6f73919)
- client: remove unneeded debug options (f1a453d)
- client: show status item for more languages (a68c775)
- client: upgrade some dependencies (fc9b58b)
1.13.0 (2018-12-24)
- status-bar: fix colours for different states (525985d)
- release: fix release config (a59253c)
- syntax: highlight directives on interfaces. Closes #112 (df16a1c)
- status-bar: show status-bar item for more languages (d11c6da)
- ux: show statusbar item even when output panel is focussed (94faecf)
- ux: stop focussing output panel when clicking statusbar item (c8b73f4)
- syntax: add support for graphql_ppx in reason (8d275f5)
1.12.1 (2018-07-29)
- syntax: fix blockstring description syntax, add some sample files (d836051)
1.12.0 (2018-06-07)
- syntax: add highlighting for markdown fenced codeblocks (96904e5)
- syntax: add support for reason (26b6bd1)
1.11.0 (2018-05-04)
- syntax: add support for auto-closing pairs & surrounding pairs (6934c67)
1.10.3 (2018-05-04)
- syntax: highlight '&' for combining multiple interfaces (1b32f23)
1.10.2 (2018-05-02)
- release: fix changelogs generation on release (fc6051f)
Due to some intermediate changes in the build process, the changelogs from 1.10.1 till 1.0.1 are only hosted on the releases page of the github repo: https://github.com/kumarharsh/graphql-for-vscode/releases.
Also, refactored code and bumped the version to 1.0.0
To use the syntax highlighting in your JS projects, you'll need to change your file's syntax to Javascript React, because this doesn't work with Javascript Babel right now.
To use the syntax highlighting in your JS projects, you'll need to change your file's syntax to Javascript React, because this doesn't work with Javascript Babel right now.
The previous syntax highlighing was a little flaky and rather complex to maintain. This one is based off the atom plugin by @gandm, and works much better and handles some cases which were not done previously.
Fixed enum syntax highlighting
Fixed some syntax highlights
Released as 0.2.0 due to excitement. Will be careful.
Extension released.