Skip to content

Releases: 0no-co/GraphQLSP

@0no-co/graphqlsp@1.15.4

16 Apr 06:08
Immutable release. Only release title and notes can be modified.
f117265

Choose a tag to compare

Patch Changes

  • Forward all arguments from the getQuickInfoAtPosition proxy to the underlying TypeScript language service, so that the verbosityLevel argument (added in TypeScript 5.9 for expandable hovers) is no longer stripped when GraphQLSP delegates back to TypeScript
    Submitted by @JoviDeCroock (See #384)

@0no-co/graphqlsp@1.15.3

01 Apr 18:43
Immutable release. Only release title and notes can be modified.
f956716

Choose a tag to compare

Patch Changes

  • Update TypeScript peer dependency range to allow for TS v6
    Submitted by @JoviDeCroock (See #382)

@0no-co/graphqlsp@1.15.2

10 Dec 07:49
Immutable release. Only release title and notes can be modified.
83c8a7f

Choose a tag to compare

Patch Changes

  • Detect fragment usage in maskFragments calls to prevent false positive unused fragment warnings
    Submitted by @takumiyoshikawa (See #379)

@0no-co/graphqlsp@1.15.1

11 Nov 14:56
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Patch Changes

  • Correctly identify missing fragments for gql.tada graphql call-expressions
    Submitted by @JoviDeCroock (See #376)

@0no-co/graphqlsp@1.15.0

31 Jul 05:40
db43f1a

Choose a tag to compare

Minor Changes

  • Improves field-usage tracking, we bail when the identifier is passed into a function, this bail is intended so we don't have to traverse the whole codebase tracing down usage
    Submitted by @JoviDeCroock (See #374)

@0no-co/graphqlsp@1.14.0

08 Jul 10:31
7de8f3f

Choose a tag to compare

Minor Changes

  • Add new value declaration helpers to replace built-in services and to traverse TypeScript type checked AST exhaustively and efficiently
    Submitted by @kitten (See #351)

Patch Changes

  • ⚠️ Fix support for default exported graphql() invocations
    Submitted by @JoviDeCroock (See #372)

@0no-co/graphqlsp@1.13.0

29 Jun 06:56
180702b

Choose a tag to compare

Minor Changes

  • Remove missing operation-name code, with our increased focus on not generating any code this becomes irrelevant
    Submitted by @JoviDeCroock (See #362)
  • Allow supplying a custom clientDirectives which will be mixed in with the base client directives
    Submitted by @JoviDeCroock (See #370)

Patch Changes

  • Recursively create directories if the target does not exist
    Submitted by @JoviDeCroock (See #364)

@0no-co/graphqlsp@1.12.16

03 Oct 14:46
b2a98a8

Choose a tag to compare

Patch Changes

  • Extract inlined fragments for the non-tada route
    Submitted by @JoviDeCroock (See #360)

@0no-co/graphqlsp@1.12.15

28 Sep 16:32
0570a06

Choose a tag to compare

Patch Changes

  • Handle chained expressions while crawling scopes
    Submitted by @JoviDeCroock (See #356)

@0no-co/graphqlsp@1.12.14

08 Sep 07:53
acede9b

Choose a tag to compare

Patch Changes

  • Strip our internal @_unmask directive from fragment-definitions when creating hashes for persisted-operations
    Submitted by @JoviDeCroock (See #354)
  • Prevent resolution loop when resolving GraphQL fragments
    Submitted by @kitten (See #350)