Releases: danielwaltz/vite-plugin-graphql-codegen
Releases · danielwaltz/vite-plugin-graphql-codegen
v3.2.1
3.2.1 (2023-04-26)
Bug Fixes
- fix watching schema while also watching documents (8cd00ea)
v3.2.0
3.2.0 (2023-04-05)
Features
- add options for error throwing on server start or build (4654dde), closes #15
v3.1.0
3.1.0 (2023-02-04)
Bug Fixes
- add missing babel peer dep (f01765d)
Features
- support graphql codegen v3.0.0 (9b8cea4)
v3.0.1
3.0.1 (2022-12-12)
Bug Fixes
v3.0.0
3.0.0 (2022-12-09)
BREAKING CHANGES
- requires using vite 4 due to plugin type incompatibility
v2.3.1
2.3.1 (2022-10-14)
Bug Fixes
- skip codegen config file check if filepath is not defined (4b89289), closes #13
v2.3.0
2.3.0 (2022-08-26)
Features
- add option for enabling matching on schemas (e4b57f1)
v2.2.1
2.2.1 (2022-08-25)
Bug Fixes
v2.2.0
2.2.0 (2022-08-25)
Features
- make commonjs the default with esm definitions (df9e437)
v2.1.1
2.1.1 (2022-08-25)
Bug Fixes