Skip to content

Releases: dotansimha/graphql-typed-document-node

March 20, 2023

20 Mar 06:27
59e6f17
Compare
Choose a tag to compare

@graphql-typed-document-node/core@3.2.0

Minor Changes

  • #154 a8bea01 Thanks @beerose! - Export DocumentTypeDecoration interface with __apiType key so that it can be used to extend types other than DocumentNode

February 23, 2023

23 Feb 10:44
c4b7328
Compare
Choose a tag to compare

@graphql-typed-document-node/core@3.1.2

Patch Changes

  • #149 2618ddf Thanks @dotansimha! - - Cleanup repo structure, ship lightweight type-only package.

    • Use import type instead of import for DocumentNode.
    • Compile and test with latest TS and latest NodeJS LTS.
  • #144 edb47ea Thanks @igrlk! - Added graphql@v17 to peerDependencies

core@v3.1.1

17 Nov 13:16
Compare
Choose a tag to compare
  • Added support for GraphQL v16

patch-cli@v3.0.5

26 Aug 15:13
Compare
Choose a tag to compare

patch-cli@v3.0.4

17 Aug 09:35
Compare
Choose a tag to compare
  • Fixed issues with apollo-cache patches
  • Fixed issues with @apollo/react-components patches.

core@v3.1.0

17 Aug 08:12
Compare
Choose a tag to compare
  • Added helpers types (ResultOf and VariablesOf) to allow easy extraction of the types.
  • Added internal variables to make sure structural types working correctly, and generics are not lost.

v3.0.0

05 Aug 06:44
Compare
Choose a tag to compare
  • Break cli and core packages:
    @graphql-typed-document-node/core package will only expose TypedDocumentNode and have now zero dependencies
    @graphql-typed-document-node/patch-cli contains the patch cli and patch files for adding support in other libraries

patch-cli@v3.0.2

05 Aug 16:28
Compare
Choose a tag to compare
  • Updated patch file for apollo-cache

v2.1.0

03 Aug 08:20
Compare
Choose a tag to compare

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

  • Added support for patching @vue/apollo-composable@4.0.0-alpha.10

v2.0.0

02 Aug 13:12
Compare
Choose a tag to compare

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

  • Update to latest codegen plugin version (fixes #30 and #25)
  • Update codebase to use patch-package approach instead of TS module augmentation. This will make the results of this library to be 100% type-safe, and allow us to support different versions of packages that still doesn't support this flow. (#23)
  • Added support for react-apollo (the deprecated one)
  • Added support for apollo-angular
  • Added support for urql.
  • Added support for graphql@14