Skip to content

Commit 8bc5f96

Browse files
authored
chore: release 0.15.0 (#2670)
1 parent dc41588 commit 8bc5f96

2 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22

33
_This changelog follows the [keep a changelog][keep-a-changelog]_ format to maintain a human readable changelog.
44

5-
## [0.14.4](https://github.com/typestack/class-validator/compare/v0.14.3...v0.14.4) (2026-01-13)
5+
## [0.15.0](https://github.com/typestack/class-validator/compare/v0.14.4...v0.15.0) (2026-02-25)
6+
7+
### BREAKING CHANGES
8+
9+
- 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))
22+
-
23+
24+
## [0.14.4](https://github.com/typestack/class-validator/compare/v0.14.3...v0.14.4) (2026-02-25)
625

726
- Updated validator.js to 13.15.22 ([#2649](https://github.com/typestack/class-validator/pull/2649))
827

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)