File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 0.11.0] ( https://github.com/typestack/class-validator/compare/v0.10.2...v0.11.0 ) (2019-11-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * create instance of ValidationError for whitelist errors ([ #434 ] ( https://github.com/typestack/class-validator/issues/434 ) ) ([ a98f5dd] ( https://github.com/typestack/class-validator/commit/a98f5dd ) ), closes [ #325 ] ( https://github.com/typestack/class-validator/issues/325 )
7
+ * pass context for isDefined and custom validators ([ #296 ] ( https://github.com/typestack/class-validator/issues/296 ) ) ([ 0ef898e] ( https://github.com/typestack/class-validator/commit/0ef898e ) ), closes [ #292 ] ( https://github.com/typestack/class-validator/issues/292 )
8
+
9
+
10
+ ### Features
11
+
12
+ * add isHash validator ([ #445 ] ( https://github.com/typestack/class-validator/issues/445 ) ) ([ c454cf9] ( https://github.com/typestack/class-validator/commit/c454cf9 ) )
13
+ * add isISSN validator ([ #450 ] ( https://github.com/typestack/class-validator/issues/450 ) ) ([ 4bd586e] ( https://github.com/typestack/class-validator/commit/4bd586e ) )
14
+ * add isJWT validator ([ #444 ] ( https://github.com/typestack/class-validator/issues/444 ) ) ([ 874861b] ( https://github.com/typestack/class-validator/commit/874861b ) )
15
+ * add isMACAddress validator ([ #449 ] ( https://github.com/typestack/class-validator/issues/449 ) ) ([ 45b7df7] ( https://github.com/typestack/class-validator/commit/45b7df7 ) )
16
+ * add support for maxDecimalPlaces on IsNumber ([ #381 ] ( https://github.com/typestack/class-validator/issues/381 ) ) ([ a4dc10e] ( https://github.com/typestack/class-validator/commit/a4dc10e ) )
17
+
18
+ ### BREAKING CHANGES
19
+
20
+ * update @types/validator from 11.1.0 to version 12.0.0 - please check it's [ changelog] [ validator-js-release-notes ]
21
+
22
+
23
+
1
24
## [ 0.10.2] ( https://github.com/typestack/class-validator/compare/v0.10.1...v0.10.2 ) (2019-10-14)
2
25
3
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " class-validator" ,
3
3
"private" : true ,
4
- "version" : " 0.10.2 " ,
4
+ "version" : " 0.11.0 " ,
5
5
"description" : " Class-based validation with Typescript / ES6 / ES5 using decorators or validation schemas. Supports both node.js and browser" ,
6
6
"license" : " MIT" ,
7
7
"readmeFilename" : " README.md" ,
You can’t perform that action at this time.
0 commit comments