Skip to content

Releases: danielwaltz/vite-plugin-graphql-codegen

v1.4.0

09 Feb 00:16
Compare
Choose a tag to compare

1.4.0 (2022-02-09)

Features

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

v1.3.0

01 Feb 04:51
Compare
Choose a tag to compare

1.3.0 (2022-02-01)

Features

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

v1.2.0

01 Feb 02:57
Compare
Choose a tag to compare

1.2.0 (2022-02-01)

Features

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

v1.1.1

28 Aug 20:10
Compare
Choose a tag to compare

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

28 Aug 18:08
Compare
Choose a tag to compare

1.1.0 (2021-08-28)

Features

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

v1.0.1

28 Aug 16:11
Compare
Choose a tag to compare

1.0.1 (2021-08-28)

Bug Fixes

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

v1.0.0

28 Aug 15:16
Compare
Choose a tag to compare

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)