Releases: acidiney/node-dto
Releases · acidiney/node-dto
Add support to ESM
The 2.0.0 release add support to esm modules, and solve some validation errors, it introduces .validateAsync
method that allows you to validate without throws anything.
In this release, we remove most dependencies we have, and only keep some devDependencies.
v1.1.0
The version v.1.1.0 introduces serveral improviments. Since new types to help you create your dto's.
What's Changed
- Update readme.md add array on validate method by @acidiney in #10
- feat: add Enum validator by @Icyscools in #8
- Add object type schema validation by @acidiney in #12
- chore(dev-deps): add git-commit-msg-linter dep. to padronize commits by @acidiney in #14
- test(coverage): add nyc to test coverage by @acidiney in #15
- added defaultValue prop by @aj-ya in #17
- Feat/add support to array by @acidiney in #18
New Contributors
- @Icyscools made their first contribution in #8
- @aj-ya made their first contribution in #17
Full Changelog: validate-array...v.1.1.0
v1.0.9 - Add Validate Array method
validate-array Update package.json
v1.0.4
Add Boolean Type Validations
Add Rule to validate schema
v1.0.1
Submit an doc
v1.0.0
publish-package Update npm-publish.yml