All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.1.0 (2022-07-16)
- test: add v16 to tests (012af9a)
- coverage: use node v16 (c00406c)
- pkg: update package-lock.json (d0b3702)
- scripts: replace node_modules with npx (90747cc)
3.0.0 (2022-01-08)
- update dependencies (0e63e00)
2.0.2 (2022-01-03)
- update dependencies (ce901d8)
2.0.1 (2021-09-05)
- vulnerabilities (237682f)
2.0.0 (2021-05-06)
- drop support for pre-packaged dist bundles.
- package breaking when process.env.NODE_ENV env variable is set (d61d41a)
- webpack browser build output location (9449d8f)
- release 2.0.0 (d18af10)
- Updated dependencies.
- Added support for validatorjs -
v13.5.2
.
- Updated dependencies.
- Updated documentation.
- Added
package.json
keywords.
- All Client-side
dist/browser
files have been moved todist
- Now returns an actual Object instead of a class instance.
main
node files have been moved fromdist/node
tosrc
.dist/node
files are no more generated.
- Added node engine version requirements.
- CDN links to
docs
.
- Everything, initial release.