You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added options argument to IsIBAN validator ([#2618](https://github.com/typestack/class-validator/pull/2618)), which breaks any existing usage of this decorator that pass an argument to the decorator, e.g. `@IsIBAN({forbidUnknownValues: false})`
10
+
11
+
### Fixed
12
+
13
+
- Updated lockfile to patch vulnerabilities ([#2669](https://github.com/typestack/class-validator/pull/2669))
14
+
- Fixed a small grammatical error in the docs ([#2596](https://github.com/typestack/class-validator/pull/2596))
15
+
16
+
### Added
17
+
18
+
- Added `validateIf` option to all validators, providing a lot more flexibility in using conditional validation ([#1579](https://github.com/typestack/class-validator/pull/1579))
19
+
- Added IsISO31661Numeric validator for country codes ([#2657](https://github.com/typestack/class-validator/pull/2657))
20
+
- Added IsISO6391 validator for language codes ([#2626](https://github.com/typestack/class-validator/pull/2626))
21
+
- Added more versions to IsUUID validator options. ([#2647](https://github.com/typestack/class-validator/pull/2647))
- Fixed a vulnerability by bumping validator.js ([#2638](https://github.com/typestack/class-validator/pull/2638) by [@weikangchia](https://github.com/weikangchia))
0 commit comments