3.5.0 (2025-02-07)
3.4.5 (2025-01-25)
- update path to codegen types (cf6c0a9)
- add badge to readme (0fa8dc1)
3.4.4 (2024-12-14)
- update jsdoc for default value (5b85be2)
- update dev deps (6a175a9)
3.4.3 (2024-12-07)
- remove vite and codegen cli from deps to rely on peer deps (40e8c56)
- add full git url to package file (33c53b3)
- add vite and codegen cli as dev deps (8104f38)
- migrate to flat eslint config (7676e68)
- update deps and format (66dd33f)
3.4.2 (2024-12-01)
- deps: update dep versions to be more loose (c807514)
3.4.1 (2024-12-01)
- load and cache matches on server start (69c1d97), closes #32 #27
- skip match cache refresh if file is generated (c0737a7)
- scope vite instances to spec directories (90d771f)
3.4.0 (2024-11-23)
- update github action versions (0c656ab)
3.3.8 (2024-06-12)
- watch documents and schemas from nested config (5f8f08d)
- normalize schema file path (39f1361)
3.3.7 (2024-06-01)
- prepare for vite v6 release (b49c508)
- deps: refresh lockfile and dedupe deps (005f81e)
- deps: update deps (6c75534)
- update node to
20.12.1
(4271cfb)
3.3.6 (2024-01-02)
- deps: update deps (063408b), closes #28
- explicitly add semantic release plugins as deps (6da889b)
- update node to
v20.10.0
and use dedicated release config (9ccbd00)
3.3.5 (2023-11-27)
- migrate to unbuild and fix default export issues in commonjs (24914a2)
3.3.4 (2023-11-27)
- support esm (951c1bb)
3.3.3 (2023-11-17)
- broaden allowed vite dependency versions (3b2bf38)
3.3.2 (2023-11-16)
- add vite 5 as supported peer and update deps (f2000e5)
3.3.1 (2023-09-15)
3.3.0 (2023-08-19)
3.2.5 (2023-08-18)
3.2.4 (2023-08-14)
3.2.3 (2023-07-25)
- add v5.0.0 to codegen cli peer deps definition (c67977e)
3.2.2 (2023-05-25)
- add @graphql-codegen/cli@^4.0.0 as peer dependency (fba8d5a)
3.2.1 (2023-04-26)
- fix watching schema while also watching documents (8cd00ea)
3.2.0 (2023-04-05)
3.1.0 (2023-02-04)
- add missing babel peer dep (f01765d)
- support graphql codegen v3.0.0 (9b8cea4)
3.0.1 (2022-12-12)
- fix plugin type issue (7cb46b7)
3.0.0 (2022-12-09)
- feat!: support vite 4 (6ad94c6)
- requires using vite 4 due to plugin type incompatibility
2.3.1 (2022-10-14)
2.3.0 (2022-08-26)
- add option for enabling matching on schemas (e4b57f1)
2.2.1 (2022-08-25)
- removes module export (1872545)
2.2.0 (2022-08-25)
- make commonjs the default with esm definitions (df9e437)
2.1.1 (2022-08-25)
- fix package exports path (d519d15)
2.1.0 (2022-08-25)
- Changes package.json to module (386a875)
- Adds schema to the isGraphQLDocument check (76ae403)
2.0.1 (2022-08-24)
2.0.0 (2022-08-11)
- Requires vite version 2.7 or greater
1.8.3 (2022-08-11)
- switch to npm and refresh packages (be95d72)
1.8.2 (2022-08-11)
- configure semantic release to release dist (cfc1954)
1.8.1 (2022-08-10)
- normalize file paths before comparisons (b855f0a)
1.8.0 (2022-07-13)
- support vite 3 (c881720)
1.7.0 (2022-06-10)
- support overriding config in certain modes (97fce30)
1.6.0 (2022-03-18)
1.5.2 (2022-02-23)
- Make graphql a dev dependency (e88edb1)
1.5.1 (2022-02-23)
- Fix graphql dependency (aeb9b59)
1.5.0 (2022-02-10)
1.4.0 (2022-02-09)
- Add a debug option to aid in troubleshooting (092398d)
1.3.0 (2022-02-01)
- Support disabling codegen in certain modes (9c546a7)
- Support overwriting codegen config options (4224cec)
1.2.0 (2022-02-01)
- Restart vite when codegen config file changes (24b0d0e)
1.1.1 (2021-08-28)
- Add fallback extension to preset config (7e6b862)
- Make documents matcher work with multiple files (a047a37)
1.1.0 (2021-08-28)
- Add support for near operation file preset (18b1227)
1.0.1 (2021-08-28)
- Add try catch on generate to keep vite running (94e4a9b)