v4.0.0
Breaking Changes
- Change plugin default configuration values
- Global fragment registry by default
- Default
tag
values
- Set lower supported Node.js version to v18
Global fragment registry by default
We introduce "Global Fragment Registry" feature at version 3.1, which was opt-in. We set this feature enabled by default in version 4.
Default tag
values
In ts-graphql-plugin up to version 3, tag name of template literal strings for GraphQL document should be set explicitly.
In almost all cases, this is set to gql
or graphql
. So we change the default value of tag
this value since version 4.
What's Changed
- chore: Set --tag value retrieving script by @Quramy in #1272
- Change default plugin config values by @Quramy in #1273
- feat: Set lower Node.js version to v18 by @Quramy in #1275
- docs: Remove
removeDuplicatedFragments
section by @Quramy in #1276 - chore: Update Apollo client example by @Quramy in #1277
- docs: Update capture GIF image by @Quramy in #1278
- fix capture by @Quramy in #1279
Full Changelog: v3.2.0...v4.0.0