Releases: Julien-R44/vite-plugin-validate-env
Releases · Julien-R44/vite-plugin-validate-env
Release 2.2.2
Release 2.2.1
v2.2.0
v2.1.0
🚀 Features
- Expose function for validation without running Vite - by @aweebit and @Julien-R44 in #36 (47026)
🐞 Bug Fixes
- Include
@standard-schema/specas a dependency - by @matt-tingen in #38 (15d43)
View changes on GitHub
v2.0.0
🚨 Breaking Changes
- Remove zod adapter - by @Julien-R44 (5cd45)
- Remove CJS build - by @Julien-R44 (31e3a)
- Minimum node version >= 22 - by @Julien-R44 (a6e63)
View changes on GitHub
v1.3.0
🚀 Features
- Implement standard schema - by @Julien-R44 (78418)
- Infer type produced by standard schema - by @Julien-R44 (1535b)
View changes on GitHub
v1.2.0
🐞 Bug Fixes
- Add vite 6+ to supported list of vite versions - by @theZieger (21203)
View changes on GitHub
v1.1.1
Fixes
- Import dynamically Vite to avoid using the soon to be obsolete CJS version of Vite ( 2b373a4 )