File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.13.1] ( https://github.com/typestack/class-validator/compare/v0.13.0...v0.13.1 ) (2021-01-14)
2
+
3
+ ### Added
4
+
5
+ - optional mather function has been added to the ` ArrayUnique ` decorator
6
+
7
+ ### Fixed
8
+
9
+ - a typo was fixed in the error message generated by the ` IsUUID ` decorator
10
+ - calling ` ValidationError.toString() ` doesn't result in an error when ` forbidNonWhitelisted ` parameter was used
11
+ - fixed typo in error message generated by ` IsIn ` decorator
12
+ - the ` @types/validator ` package is correctly installed
13
+ - ` inlineSources ` option is enabled in tsconfig preventing various sourcemap errors when consuming the package
14
+
15
+ ### Changed
16
+
17
+ - various dev dependencies has been updated
18
+
1
19
## [ 0.13.0] ( https://github.com/typestack/class-validator/compare/v0.12.2...v0.13.0 ) (2021-01-11)
2
20
3
21
### Added
You can’t perform that action at this time.
0 commit comments