Files
coopgo/node_modules/apollo-link-http-common/CHANGELOG.md
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

908 B

Change log


NOTE: This changelog is no longer maintained. Changes are now tracked in the top level CHANGELOG.md.


0.2.6

  • No changes

0.2.5

  • Added graphql 14 to peer and dev deps; Updated @types/graphql to 14
    @hwillson in #789

0.2.4

  • Update apollo-link #559

v0.2.3

  • correct the warning message on no fetch found to node-fetchPR#526

v0.2.2

  • update apollo link with zen-observable-ts PR#515

v0.2.1

  • Apollo link upgrade

v0.2.0

  • rename serializeFetchBody to serializeFetchParameter and take a label argument