From e8b737d4ad3c0308679bdf2b51af053b305f5d11 Mon Sep 17 00:00:00 2001 From: Attila Olah Date: Thu, 14 Jan 2021 05:43:28 +0100 Subject: [PATCH] docs: add changelog for 0.13.1 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 429fff7258..ba3fd60f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [0.13.1](https://github.com/typestack/class-validator/compare/v0.13.0...v0.13.1) (2021-01-14) + +### Added + +- optional mather function has been added to the `ArrayUnique` decorator + +### Fixed + +- a typo was fixed in the error message generated by the `IsUUID` decorator +- calling `ValidationError.toString()` doesn't result in an error when `forbidNonWhitelisted` parameter was used +- fixed typo in error message generated by `IsIn` decorator +- the `@types/validator` package is correctly installed +- `inlineSources` option is enabled in tsconfig preventing various sourcemap errors when consuming the package + +### Changed + +- various dev dependencies has been updated + ## [0.13.0](https://github.com/typestack/class-validator/compare/v0.12.2...v0.13.0) (2021-01-11) ### Added