Skip to content

Latest commit

 

History

History
322 lines (142 loc) · 14.4 KB

CHANGELOG.md

File metadata and controls

322 lines (142 loc) · 14.4 KB

3.3.8 (2024-06-12)

Bug Fixes

  • watch documents and schemas from nested config (5f8f08d)

Miscellaneous Chores

  • normalize schema file path (39f1361)

3.3.7 (2024-06-01)

Bug Fixes

  • prepare for vite v6 release (b49c508)

Miscellaneous Chores

  • deps: refresh lockfile and dedupe deps (005f81e)
  • deps: update deps (6c75534)
  • update node to 20.12.1 (4271cfb)

3.3.6 (2024-01-02)

Miscellaneous Chores

  • 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)

Bug Fixes

  • migrate to unbuild and fix default export issues in commonjs (24914a2)

3.3.4 (2023-11-27)

Bug Fixes

3.3.3 (2023-11-17)

Bug Fixes

  • broaden allowed vite dependency versions (3b2bf38)

3.3.2 (2023-11-16)

Bug Fixes

  • add vite 5 as supported peer and update deps (f2000e5)

3.3.1 (2023-09-15)

Bug Fixes

  • match on relative document paths (ff11873), closes #23

3.3.0 (2023-08-19)

Features

  • run schema and document checks at the same time (aa8c92c), closes #21

3.2.5 (2023-08-18)

Bug Fixes

  • add @graphql-codegen/plugin-helpers to dependencies (e58be01), closes #22

3.2.4 (2023-08-14)

Bug Fixes

  • fix matching on schema changes (43ee458), closes #21

3.2.3 (2023-07-25)

Bug Fixes

  • add v5.0.0 to codegen cli peer deps definition (c67977e)

3.2.2 (2023-05-25)

Bug Fixes

  • add @graphql-codegen/cli@^4.0.0 as peer dependency (fba8d5a)

3.2.1 (2023-04-26)

Bug Fixes

  • fix watching schema while also watching documents (8cd00ea)

3.2.0 (2023-04-05)

Features

  • add options for error throwing on server start or build (4654dde), closes #15

3.1.0 (2023-02-04)

Bug Fixes

  • add missing babel peer dep (f01765d)

Features

  • support graphql codegen v3.0.0 (9b8cea4)

3.0.1 (2022-12-12)

Bug Fixes

3.0.0 (2022-12-09)

BREAKING CHANGES

  • requires using vite 4 due to plugin type incompatibility

2.3.1 (2022-10-14)

Bug Fixes

  • skip codegen config file check if filepath is not defined (4b89289), closes #13

2.3.0 (2022-08-26)

Features

  • add option for enabling matching on schemas (e4b57f1)

2.2.1 (2022-08-25)

Bug Fixes

2.2.0 (2022-08-25)

Features

  • make commonjs the default with esm definitions (df9e437)

2.1.1 (2022-08-25)

Bug Fixes

  • fix package exports path (d519d15)

2.1.0 (2022-08-25)

Bug Fixes

  • Changes package.json to module (386a875)

Features

  • Adds schema to the isGraphQLDocument check (76ae403)

2.0.1 (2022-08-24)

Bug Fixes

  • add default export for commonjs (c93263f), closes #4
  • remove gap in debug log output (a75a820)

2.0.0 (2022-08-11)

Features

  • update debug log output to match vite 3 (c33bba7)
  • use vite dev server restart function (b413156)

BREAKING CHANGES

  • Requires vite version 2.7 or greater

1.8.3 (2022-08-11)

Bug Fixes

  • switch to npm and refresh packages (be95d72)

1.8.2 (2022-08-11)

Bug Fixes

  • configure semantic release to release dist (cfc1954)

1.8.1 (2022-08-10)

Bug Fixes

  • normalize file paths before comparisons (b855f0a)

1.8.0 (2022-07-13)

Features

1.7.0 (2022-06-10)

Features

  • support overriding config in certain modes (97fce30)

1.6.0 (2022-03-18)

Features

  • Support passing manual codegen config (e86079b), closes #3

1.5.2 (2022-02-23)

Bug Fixes

  • Make graphql a dev dependency (e88edb1)

1.5.1 (2022-02-23)

Bug Fixes

1.5.0 (2022-02-10)

Features

  • Add option to override codegen config file path (ddf9c54), closes #1

1.4.0 (2022-02-09)

Features

  • Add a debug option to aid in troubleshooting (092398d)

1.3.0 (2022-02-01)

Features

  • Support disabling codegen in certain modes (9c546a7)
  • Support overwriting codegen config options (4224cec)

1.2.0 (2022-02-01)

Features

  • Restart vite when codegen config file changes (24b0d0e)

1.1.1 (2021-08-28)

Bug Fixes

  • Add fallback extension to preset config (7e6b862)
  • Make documents matcher work with multiple files (a047a37)

1.1.0 (2021-08-28)

Features

  • Add support for near operation file preset (18b1227)

1.0.1 (2021-08-28)

Bug Fixes

  • Add try catch on generate to keep vite running (94e4a9b)