Skip to content

Releases: 0no-co/GraphQLSP

@0no-co/[email protected]

16 Apr 10:52
875b752
Compare
Choose a tag to compare

Patch Changes

  • switch error message for missing operation-name to not allude to typegen
    Submitted by @JoviDeCroock (See #290)
  • Swap-write introspection file instead of overwriting it directly
    Submitted by @kitten (See #291)
  • ⚠️ Fix directives being misreported due to globally declared regex maintaining state
    Submitted by @JoviDeCroock (See #293)

@0no-co/[email protected]

14 Apr 17:00
0e91763
Compare
Choose a tag to compare

Minor Changes

  • Support passing GraphQL documents by value to graphql.persisted’s second argument
    Submitted by @JoviDeCroock (See #287)

@0no-co/[email protected]

05 Apr 12:36
fab6652
Compare
Choose a tag to compare

Patch Changes

@0no-co/[email protected]

05 Apr 12:09
6a53946
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • Expose persisted helper to translate typeQuery to the corresponding document
    Submitted by @JoviDeCroock (See #284)

@0no-co/[email protected]

04 Apr 11:41
4f54785
Compare
Choose a tag to compare

Minor Changes

  • Expose the init and getGraphQLDiagnostics methods
    Submitted by @JoviDeCroock (See #279)

Patch Changes

  • Switch to loading the schema with @gql.tada/internal utilities
    Submitted by @kitten (See #277)

@0no-co/[email protected]

22 Mar 14:29
0dd409f
Compare
Choose a tag to compare

Patch Changes

  • Add typescript to peerDependencies
    Submitted by @kitten (See #275)

@0no-co/[email protected]

21 Mar 13:01
30e96cd
Compare
Choose a tag to compare

Minor Changes

  • Introduce option to pre-process the introspection file, this improves the performance of gql.tada. This will be enabled by default and can be turned off by leveraging tadaDisablePreprocessing: true in the tsconfig
    Submitted by @JoviDeCroock (See #273)

@0no-co/[email protected]

20 Mar 13:59
8542b14
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix case where our fragments is an empty array
    Submitted by @JoviDeCroock (See #271)

@0no-co/[email protected]

15 Mar 10:30
8c79c98
Compare
Choose a tag to compare

Minor Changes

  • Leverage require.resolve when following tsconfig.extends so we support node_modules
    Submitted by @JoviDeCroock (See #266)

@0no-co/[email protected]

12 Mar 14:23
ffc28b9
Compare
Choose a tag to compare

Patch Changes