Skip to content

Commit d9310d9

Browse files
committed
docs: update changelog for 0.14.2
1 parent c98dd47 commit d9310d9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
### [0.14.2](https://github.com/typestack/class-validator/compare/v0.14.1...v0.14.2) (2024-10-18)
6+
7+
#### Added
8+
9+
- add validator name to `@IsOptional` decorator ([#2044](https://github.com/typestack/class-validator/issues/2044))
10+
11+
#### Fixed
12+
13+
- fix forbidUnknownValues to true by default when validatorOptions is undefined ([#2196](https://github.com/typestack/class-validator/issues/2196)) , closes [#1906](https://github.com/typestack/class-validator/issues/1906)
14+
15+
#### Changed
16+
17+
- update `libphonenumber-js` to `^1.11.1` from `^1.10.53`
18+
- update various dev-dependencies
19+
520
### [0.14.0](https://github.com/typestack/class-validator/compare/v0.13.2...v0.14.0) (2022-12-09)
621

722
### Added

0 commit comments

Comments
 (0)