Skip to content

Releases: kumarharsh/graphql-for-vscode

v1.15.3

31 Oct 11:05
Compare
Choose a tag to compare

1.15.3 (2019-10-31)

Bug Fixes

syntax: highlight 'subscription' operation (c0dd623)

v1.15.1

07 Aug 11:10
Compare
Choose a tag to compare

1.15.1 (2019-08-07)

Bug Fixes

  • windows: fix plugin not working with remote extn pack (7fd0579)

v1.15.0

13 Jul 13:48
Compare
Choose a tag to compare

1.15.0 (2019-07-13)

Bug Fixes

  • handle null cases and enable typescript strict mode (3cfb535)

Features

  • server: add custom node runtime support (19ccf02)

v1.14.2

08 Jul 06:41
Compare
Choose a tag to compare

1.14.2 (2019-07-08)

Performance Improvements

  • workspaces: only send workspace documents req to server (22c331b)

v1.14.1

05 Jul 12:55
Compare
Choose a tag to compare

1.14.1 (2019-07-05)

Bug Fixes

  • syntax: support interpolations in ruby (34bb681)

v1.14.0

04 Jul 15:17
Compare
Choose a tag to compare

1.14.0 (2019-07-04)

Features

  • add json5 syntax highlighting to gqlconfig (5f0826b)
  • add multi-root workspaces support Closes #33 (af8fe1d)

v1.13.2

05 Jun 18:56
Compare
Choose a tag to compare

1.13.2 (2019-06-05)

Bug Fixes

  • syntax: designate graphql blocks in feature files (836149a)

v1.13.1

17 Apr 07:18
Compare
Choose a tag to compare

1.13.1 (2019-04-17)

Bug Fixes

  • 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)

v1.13.0

24 Dec 13:11
Compare
Choose a tag to compare

1.13.0 (2018-12-24)

Bug Fixes

  • 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)

Features

  • syntax: add support for graphql_ppx in reason (8d275f5)

v1.12.1

29 Jul 15:43
Compare
Choose a tag to compare

1.12.1 (2018-07-29)

Bug Fixes

  • syntax: fix blockstring description syntax, add some sample files (d836051)