Skip to content

Commit 95b59cb

Browse files
docs: add changelog for 0.5.1
1 parent 817011d commit 95b59cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
### [0.5.1][v0.5.1] [BREAKING CHANGE] - 2021-11-22
6+
7+
#### Changed
8+
9+
- re-added accidentally removed deprecated function names `classToPlain` and `plainToClass`
10+
511
### [0.5.0][v0.5.0] [BREAKING CHANGE] - 2021-11-20
612

713
> **NOTE:** This version fixes a security vulnerability allowing denial of service attacks with a specially crafted request payload. Please update as soon as possible.
@@ -229,6 +235,7 @@ This version has introduced a breaking-change when this library is used with cla
229235
- Library has changed its name from `serializer.ts` to `constructor-utils`.
230236
- Added `constructor-utils` namespace.
231237

238+
[v0.5.0]: https://github.com/typestack/class-transformer/compare/v0.5.0...v0.5.1
232239
[v0.5.0]: https://github.com/typestack/class-transformer/compare/v0.4.1...v0.5.0
233240
[v0.4.1]: https://github.com/typestack/class-transformer/compare/v0.4.0...v0.4.1
234241
[v0.4.0]: https://github.com/typestack/class-transformer/compare/v0.3.2...v0.4.0

0 commit comments

Comments
 (0)