Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Latest commit

 

History

History
71 lines (32 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

71 lines (32 loc) · 3.29 KB

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)