Releases: danielwaltz/vite-plugin-graphql-codegen
Releases · danielwaltz/vite-plugin-graphql-codegen
v3.0.1
12 Dec 15:14
Compare
Sorry, something went wrong.
No results found
3.0.1 (2022-12-12)
Bug Fixes
v3.0.0
09 Dec 16:04
Compare
Sorry, something went wrong.
No results found
3.0.0 (2022-12-09)
BREAKING CHANGES
requires using vite 4 due to plugin type incompatibility
v2.3.1
14 Oct 22:19
Compare
Sorry, something went wrong.
No results found
2.3.1 (2022-10-14)
Bug Fixes
skip codegen config file check if filepath is not defined (4b89289 ), closes #13
v2.3.0
26 Aug 14:22
Compare
Sorry, something went wrong.
No results found
2.3.0 (2022-08-26)
Features
add option for enabling matching on schemas (e4b57f1 )
v2.2.1
25 Aug 21:49
Compare
Sorry, something went wrong.
No results found
2.2.1 (2022-08-25)
Bug Fixes
v2.2.0
25 Aug 21:15
Compare
Sorry, something went wrong.
No results found
2.2.0 (2022-08-25)
Features
make commonjs the default with esm definitions (df9e437 )
v2.1.1
25 Aug 20:55
Compare
Sorry, something went wrong.
No results found
2.1.1 (2022-08-25)
Bug Fixes
v2.1.0
25 Aug 20:50
Compare
Sorry, something went wrong.
No results found
2.1.0 (2022-08-25)
Bug Fixes
Changes package.json to module (386a875 )
Features
Adds schema to the isGraphQLDocument check (76ae403 )
v2.0.1
24 Aug 01:46
Compare
Sorry, something went wrong.
No results found
2.0.1 (2022-08-24)
Bug Fixes
add default export for commonjs (c93263f ), closes #4
remove gap in debug log output (a75a820 )
v2.0.0
11 Aug 21:12
Compare
Sorry, something went wrong.
No results found
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