Releases: querkmachine/vanilla-validation
Releases · querkmachine/vanilla-validation
1.3.0
v1.2.1
The build process changes in 1.2.0 inadvertently changed Vanilla Validation from using a default export to a named export, introducing a breaking change as it required the importing code to be modified appropriately.
This release corrects the issue and returns the library to using a default export.
v1.2.0
This release overhauls the build process to make Vanilla Validation easier to use when added as a dependency through npm. The library itself is functionally identical to previous versions.
There are now separate CommonJS/UMD (validate.js) and ESM (validate.mjs) versions of Vanilla Validation. Most build tools should be able to determine which version to use automatically. Both come pre-minified and with source maps provided.
v1.1.1
- Fixed Validate class not being exported.
v1.1.0
v1.0.0
- Initial release.