Skip to content

Commit e8b737d

Browse files
docs: add changelog for 0.13.1
1 parent 8a64208 commit e8b737d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
## [0.13.0](https://github.com/typestack/class-validator/compare/v0.12.2...v0.13.0) (2021-01-11)
220

321
### Added

0 commit comments

Comments
 (0)