Skip to content

Releases: 0no-co/GraphQLSP

@0no-co/[email protected]

31 Jul 05:40
db43f1a
Compare
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/[email protected]

08 Jul 10:31
7de8f3f
Compare
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/[email protected]

29 Jun 06:56
180702b
Compare
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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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)