Skip to content

Commit 3dc7a63

Browse files
docs: add changelog for 0.13.0
1 parent 99eec62 commit 3dc7a63

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2+
## [0.13.0](https://github.com/typestack/class-validator/compare/v0.12.2...v0.13.0) (2021-01-11)
3+
4+
### Added
5+
6+
- **project is restructured to allow three-shaking**
7+
- added option to fail on first validation error (#620)
8+
- two new validator option is added:
9+
- `always` - allows setting global default for `always` option for decorators
10+
- `strictGroups` - ignore decorators with at least one group, when `ValidatorOptions.groups` is empty
11+
12+
### Fixed
13+
14+
- the 'any' locale is allowed in the `isPostalCode` decorator (#634)
15+
- the `IsDateString()` decorator now aliases the `IsISO8601()` decorator (#672)
16+
17+
### Changed
18+
19+
- project tooling has been updated significantly
20+
- google-libphonenumber has been replaced with libphonenumber-js (this should have no effect on validation)
21+
- build process generates include both ES/CommonJS and UMD variations
22+
- various dev dependencies has been updated
23+
124
## [0.12.2](https://github.com/typestack/class-validator/compare/v0.12.1...v0.12.2) (2020-04-23)
225

326
### Bug Fixes

0 commit comments

Comments
 (0)