Skip to content

Releases: 0no-co/GraphQLSP

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

@0no-co/graphqlsp@1.12.13

12 Aug 15:58
ad02ab1

Choose a tag to compare

Patch Changes

  • ⚠️ Fix wrong fileType diagnostic error when introspection is disabled
    Submitted by @FyndetNeo (See #348)

@0no-co/graphqlsp@1.12.12

21 Jul 16:26
b426515

Choose a tag to compare

Patch Changes

  • Bail on dots, when there's one or two dots we are leading up to a fragment-spread and should avoid giving suggestions
    Submitted by @JoviDeCroock (See #344)