Skip to content

v4.0.0

Compare
Choose a tag to compare
@Quramy Quramy released this 29 Mar 11:53
· 87 commits to main since this release

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

Full Changelog: v3.2.0...v4.0.0