Releases: dotansimha/graphql-typed-document-node
Releases · dotansimha/graphql-typed-document-node
March 20, 2023
@graphql-typed-document-node/[email protected]
Minor Changes
February 23, 2023
@graphql-typed-document-node/[email protected]
Patch Changes
[email protected]
- Added support for GraphQL v16
[email protected]
- Added support for
@[email protected](see apollographql/apollo-client#6774 (comment))
[email protected]
- Fixed issues with
apollo-cachepatches - Fixed issues with
@apollo/react-componentspatches.
[email protected]
- Added helpers types (
ResultOfandVariablesOf) 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
- Break cli and core packages:
@graphql-typed-document-node/corepackage will only exposeTypedDocumentNodeand have now zero dependencies
@graphql-typed-document-node/patch-clicontains the patch cli and patch files for adding support in other libraries
[email protected]
- Updated patch file for apollo-cache
v2.1.0
Come talk to us directly on our Discord channel
Contact us here: the-guild.dev
- Added support for patching
@vue/[email protected]
v2.0.0
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-packageapproach 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