Skip to content

Latest commit

 

History

History
125 lines (63 loc) · 7.21 KB

File metadata and controls

125 lines (63 loc) · 7.21 KB

vscode-graphql-execution

0.2.6

Patch Changes

0.2.5

Patch Changes

0.2.4

Patch Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.1-alpha.0

Patch Changes

0.2.0

Minor Changes

  • #3143 4c3a08b1 Thanks @B2o5T! - GraphQLContentProvider.getCurrentHtml should not return Promise

Patch Changes

  • #3143 4c3a08b1 Thanks @B2o5T! - [ESLint] enable sonar/prefer-promise-shorthand and sonar/no-dead-store rules

0.1.9

Patch Changes

0.1.8

Patch Changes

0.1.7

Patch Changes

0.1.6

Patch Changes

  • #2884 74ea4ce1 Thanks @B2o5T! - change severity of radix rule to error to clean up eslint output

0.1.5

Patch Changes

  • #2812 cf2e3061 Thanks @acao! - fix a bundling bug for vscode, rolling back graphql-config upgrade

0.1.4

Patch Changes

  • #2810 f688422e Thanks @acao! - fix graphql exec extension, upgrade graphql-config, fix issue with graphql-config cosmiconfig typescript config loader.

0.1.3

Patch Changes

  • #2805 e93a1484 Thanks @acao! - ensure all node_modules resolve for exec extension with nohoist

0.1.2

Patch Changes

0.1.1

Patch Changes

  • #2665 324fbedb Thanks @acao! - Port the inline query execution capability from the original vscode-graphql repository as promised. More improvements to come!