Releases: Quramy/ts-graphql-plugin
Releases · Quramy/ts-graphql-plugin
v2.1.8
Misc
- Make compatible to TypeScript v4.7
v2.1.7
Misc
- Update
graphql
peer dependencies version( allow graphql: "^16"
) (#808)
v2.1.6
Misc
- Make compatible with TypeScript 4.6
v2.1.2
Bug fix
- Check circular references for input types (#292 )
v2.1.1
Bug fix
- Don't include *.tsbuildinfo files.
v2.1.0
New features
- Customize type generator #232
- Addon to export a type using graphql-js's
TypedQueryDocumentNode
#253
Misc
- Fix option name spelling (
removeFrafmentDefiniton
for transformer ) #254
v2.0.2
Bug fix
- Set optional when the variable is nullable ( #182 )
- webpack v5 support ( #181 )
v2.0.0
Breaking Changes
- Requires
graphql
>= v15 or later (#121)
v1.10.0
Features
- Custom transformer and webpack plugin ( #82 )