File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
24
## [ 0.12.2] ( https://github.com/typestack/class-validator/compare/v0.12.1...v0.12.2 ) (2020-04-23)
2
25
3
26
### Bug Fixes
You can’t perform that action at this time.
0 commit comments