@graphql-codegen/time
Changelog for @graphql-codegen/time: every release with its changes and the pull requests behind them.
7.1.0
Minor Changes
- #10866
959915fThanks @eddeee888! - dependencies updates:- Updated dependency
graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0↗︎ (from^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0, inpeerDependencies)
- Updated dependency
Patch Changes
- Updated dependencies
[
959915f]:- @graphql-codegen/plugin-helpers@7.1.0
7.0.1
Patch Changes
- #10849
55a4742Thanks @eddeee888! - dependencies updates:- Updated dependency
@graphql-codegen/plugin-helpers@workspace:^↗︎ (from^7.0.0, independencies)
- Updated dependency
7.0.0
Major Changes
- #10496
afaace6Thanks @eddeee888! - BREAKING CHANGE: Drop Node 20 support
Patch Changes
6.0.0
Major Changes
- #10218
140298aThanks @eddeee888! - Drop Node 18 support
Patch Changes
- Updated dependencies
[
140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a]:- @graphql-codegen/plugin-helpers@6.0.0
5.0.1
Patch Changes
- #9881
68ea5d4Thanks @renovate! - dependencies updates:- Updated dependency
moment@~2.30.0↗︎ (from~2.29.1, independencies)
- Updated dependency
5.0.0
Major Changes
Patch Changes
- Updated dependencies
[
4d9ea1a5a,f46803a8c,63827fabe,bb66c2a31]:- @graphql-codegen/plugin-helpers@5.0.0
4.0.0
Major Changes
Patch Changes
3.2.3
Patch Changes
-
46f75304aThanks @saihaj! - fix the version of@graphql-codegen/plugin-helpers@3.1.1 -
Updated dependencies [
307a5d350]:- @graphql-codegen/plugin-helpers@3.1.1
3.2.2
Patch Changes
3.2.1
Patch Changes
-
#8189
b408f8238Thanks @n1ru4l! - Fix CommonJS TypeScript resolution withmoduleResolutionnode16ornodenext -
Updated dependencies [
b408f8238]:- @graphql-codegen/plugin-helpers@2.6.2
3.2.0
Minor Changes
-
d84afec09: Support TypeScript ESM modules (
"module": "node16"and"moduleResolution": "node16").
Patch Changes
- Updated dependencies [d84afec09]
- Updated dependencies [a4fe5006b]
- Updated dependencies [8e44df58b]
- @graphql-codegen/plugin-helpers@2.5.0
3.1.1
Patch Changes
- 8643b3bf3: Add GraphQL 16 as a peerDependency
- 6002feb3d: Fix exports in package.json files for react-native projects
- Updated dependencies [6002feb3d]
- @graphql-codegen/plugin-helpers@2.3.2
3.1.0
Minor Changes
- 440172cfe: support ESM
Patch Changes
- Updated dependencies [24185985a]
- Updated dependencies [39773f59b]
- Updated dependencies [440172cfe]
- @graphql-codegen/plugin-helpers@2.1.0
3.0.0
Major Changes
-
b0cb13df4: Update to latest
graphql-toolsandgraphql-configversion.‼️ ‼️ ‼️ Please note ‼️ ‼️ ‼️:
This is a breaking change since Node 10 is no longer supported in
graphql-tools, and also no longer supported for Codegen packages.
Patch Changes
- Updated dependencies [b0cb13df4]
- @graphql-codegen/plugin-helpers@2.0.0
2.0.2
Patch Changes
- 1183d173: Bump all packages to resolve issues with shared dependencies
- Updated dependencies [1183d173]
- @graphql-codegen/plugin-helpers@1.18.2
2.0.1
Patch Changes
- 1d7c6432: Bump all packages to allow ”^” in deps and fix compatibility issues
- 1d7c6432: Bump versions of @graphql-tools/ packages to fix issues with loading schemas and SDL comments
- Updated dependencies [1d7c6432]
- Updated dependencies [1d7c6432]
- @graphql-codegen/plugin-helpers@1.17.8
2.0.0
Major Changes
-
bc6e5c08: Update plugin configuration API to use object only (
stringis no longer supported)Migration Notes
This only effects developers who used to override the
format. You now need to specify it with a key!Before
plugins: - time: 'DD-MM-YYYY'After
plugins: - time: format: 'DD-MM-YYYY'
1.17.10
Patch Changes
- ee2b01a3: Fixes for issues with publish command
1.17.9
Patch Changes
- 6cb9c96d: Fixes issues with previous release
1.17.8
Patch Changes
- bccfd28c: Fix issues with adding time to .graphql files