Skip to content

Commit

Permalink
docs: add changelog for 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NoNameProvided committed Jan 14, 2021
1 parent 8a64208 commit e8b737d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e8b737d

Please sign in to comment.