Skip to content

Releases: 0no-co/GraphQLSP

@0no-co/graphqlsp@1.12.16

03 Oct 14:46
b2a98a8
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

@0no-co/graphqlsp@1.12.11

05 Jul 10:37
c25ea3c
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fixed duplicate fragments in persisted document hash generator
    Submitted by @felamaslen (See #342)

@0no-co/graphqlsp@1.12.10

27 Jun 10:15
83ca7f6
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix unexpected case of persisted calls resolving to undefined AST nodes
    Submitted by @kitten (See #337)

@0no-co/graphqlsp@1.12.9

26 Jun 13:53
4e20d3e
Compare
Choose a tag to compare

Patch Changes

  • Address potential crashes on malformed TypeScript AST input (such as missing function arguments where they were previously assumed to be passed)
    Submitted by @kitten (See #335)

@0no-co/graphqlsp@1.12.8

11 Jun 13:12
14106a1
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix schema derivation when using graphql.persisted, we used the wrong expression in the ast
    Submitted by @felamaslen (See #333)

@0no-co/graphqlsp@1.12.7

07 Jun 11:43
31c96bc
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix nested fragment resolution during persisted traversal
    Submitted by @JoviDeCroock (See #330)