Graphql Codegen Plugin Typescript Swr Versions Save

A GraphQL code generator plug-in that automatically generates utility functions for SWR.

v0.8.4

1 year ago

Summary

  • Update dependencies

What's Changed

Full Changelog: https://github.com/croutonn/graphql-codegen-plugin-typescript-swr/compare/v0.8.3...v0.8.4

v0.8.3

1 year ago

Summary

  • This release fixes wrongly packaged v0.8.2.

What's Changed

  • No changes

v0.8.2

1 year ago

Summary

  • Fix type error when enabling autogenSWRKey and useSWRInfinite (#204).
  • Update dependencies such as graphql-request v4 (#187)

What's Changed

New Contributors

Full Changelog: https://github.com/croutonn/graphql-codegen-plugin-typescript-swr/compare/v0.8.1...v0.8.2

v0.8.1

2 years ago

This release updates peer dependency of graphql package to < 17.0.0.

v0.8.0 was deleted because it was wrongly packaged.

What's Changed

Full Changelog: https://github.com/croutonn/graphql-codegen-plugin-typescript-swr/compare/v0.7.2...v0.8.0

v0.7.2

2 years ago

This release fix a bug since in v0.7.0. The bug is that this plugin creates wrong import when useSWRInfinite is enabled.

What's Changed

Full Changelog: https://github.com/croutonn/graphql-codegen-plugin-typescript-swr/compare/v0.7.1...v0.7.2

v0.7.1

2 years ago

This release limits peerDependency of graphql to <16.0.0, and it update some dependencies.

What's Changed

Full Changelog: https://github.com/croutonn/graphql-codegen-plugin-typescript-swr/compare/v0.7.0...v0.7.1

v0.7.0

2 years ago

This release updates for SWR version 1.0.x. You need to update swr when updating this package. After update, you also need to re-generate your code such as graphql.ts.

Changes

  • chore(deps): update dependency ts-jest to v27 (#156)
  • Update for SWR 1.0.x (#160)
  • chore(deps): update actions/setup-node action to v2.4.1 (#163)
  • chore(deps): update dependency @types/jest to v27 (#169)
  • chore(deps): update dependency @types/node to v16 (#170)
  • chore(deps): update dependency jest-junit to v13 (#176)
  • add more node versions in test matrix (#177)

Diff from previous version

https://github.com/croutonn/graphql-codegen-plugin-typescript-swr/compare/v0.6.1...v0.7.0

v0.6.1

3 years ago

v0.6.0

3 years ago
  • build(Upgrade graphql to v15.5.0 and other dependencies): 07c0647
  • chore(deps): update graphqlcodegenerator monorepo fd20648
  • chore(deps): update dependency @typescript-eslint/eslint-plugin to ^4.14.1 e97398c
  • chore(deps): lock file maintenance a660a17
  • chore(deps): lock file maintenance 27da67f
  • chore(deps): update dependency @types/node to ^14.14.22 cd67f04

https://github.com/croutonn/graphql-codegen-plugin-typescript-swr/compare/v0.5.4...v0.6.0

v0.5.4

3 years ago