Releases: AmauryD/fastest-validator-decorators
Releases · AmauryD/fastest-validator-decorators
v2.2.0
v2.1.1
What's Changed
- Use Nested options validator as priority validator by @alexhutsau in #39
New Contributors
- @alexhutsau made their first contribution in #39
Full Changelog: v2.1.0...v2.1.1
2.1.0
2.0.1
V2.0.0
Need help to migrate to 2.x ? See MIGRATING.
Breaking changes 💥
@Schema
now only accepts an object parameter.@Schema
second parameter is now all the options possible for the FastestValidator.- SchemaBase has been removed.
- fastest-validator has been moved to peerDependencies.
- Decorators only apply "type" property to Schema.
Features 🆕
- All decorators are fully typed.
@NestedArray
decorator, same behavior as@Nested
but for arrays.
v2.0.0-alpha.0
Hello everyone,
I'm releasing an alpha for the 2.x version. It will be a pleasure to have some feedback about the changes made from 1.x.
How to migrate from 1.x is explained in the README.md.
Because it's an alpha, some things are subject to breaking changes.
Breaking changes 💥
@Schema
now only accepts an object parameter.@Schema
second parameter is now all the options possible for the FastestValidator.SchemaBase
has been removed.fastest-validator
has been moved to peerDependencies.- All decorators are fully typed.
- Decorators only apply "type" property to schema.
How do i use this release ?
<pnpm|yarn|npm> add [email protected]
1.3.1
v1.3.0
v1.3.0-beta.0
some comments