Releases: danielwaltz/vite-plugin-graphql-codegen
Releases · danielwaltz/vite-plugin-graphql-codegen
v1.4.0
1.4.0 (2022-02-09)
Features
- Add a debug option to aid in troubleshooting (092398d)
v1.3.0
1.3.0 (2022-02-01)
Features
- Support disabling codegen in certain modes (9c546a7)
- Support overwriting codegen config options (4224cec)
v1.2.0
1.2.0 (2022-02-01)
Features
- Restart vite when codegen config file changes (24b0d0e)
v1.1.1
1.1.1 (2021-08-28)
Bug Fixes
- Add fallback extension to preset config (7e6b862)
- Make documents matcher work with multiple files (a047a37)
v1.1.0
1.1.0 (2021-08-28)
Features
- Add support for near operation file preset (18b1227)
v1.0.1
1.0.1 (2021-08-28)
Bug Fixes
- Add try catch on generate to keep vite running (94e4a9b)
v1.0.0
1.0.0 (2021-08-28)
Features
- Add initial codegen plugin (ffe4078)
- Add simple watcher that runs codegen generate (82a017f)
- Check if file matches a codegen document (ce9e4c1)
- Generate on build and skip generated files (a67957b)