Skip to content

Releases: 0no-co/GraphQLSP

@0no-co/graphqlsp@1.12.11

05 Jul 10:37
c25ea3c

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

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

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

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

Choose a tag to compare

Patch Changes

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

@0no-co/graphqlsp@1.12.6

07 Jun 07:47
adfa3ce

Choose a tag to compare

Patch Changes

  • Use resolved document text when generating the persisted hash
    Submitted by @felamaslen (See #327)

@0no-co/graphqlsp@1.12.5

27 May 09:58
178858a

Choose a tag to compare

Patch Changes

  • Support property-access-chain in binary-expression assignment
    Submitted by @JoviDeCroock (See #324)

@0no-co/graphqlsp@1.12.4

27 May 09:31
f700878

Choose a tag to compare

Patch Changes

  • ⚠️ Fix fragments not being resolved when they're assigned to a property on an arbitrary identifier as an identifier
    Submitted by @kitten (See #322)

@0no-co/graphqlsp@1.12.3

13 May 17:49
b6fab06

Choose a tag to compare

Patch Changes

  • Remove unused node-fetch dependency
    Submitted by @kitten (See #318)
  • Support finding graphql() invocations within call-expressions
    Submitted by @JoviDeCroock (See #319)
  • Upgrade @gql.tada/internal to ^1.0.0
    Submitted by @kitten (See #317)

@0no-co/graphqlsp@1.12.2

03 May 05:58
af466b7

Choose a tag to compare

Patch Changes

  • Update graphql to variably support ^15.5.0 and include future support for v17. The graphql package is now marked as a peer dependency in addition to a regular dependency
    Submitted by @kitten (See #314)