Skip to content

Commit c3c30d3

Browse files
docs: add changelog for 0.4.1
1 parent 698984a commit c3c30d3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

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

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

5+
### [0.4.1][v0.4.1] - 2021-11-20
6+
7+
> **NOTE:** This version fixes a security vulnerability allowing denial of service attacks with a specially crafted request payload. Please update as soon as possible.
8+
9+
#### Fixed
10+
11+
- prevent unhandled error in `plaintToclass` when union-type member is undefined
12+
- fixed a scenario when a specially crafted JS object would be parsed to Array
13+
14+
#### Changed
15+
16+
- various dev-dependencies updated
17+
518
### [0.4.0][v0.4.0] [BREAKING CHANGE] - 2021-02-14
619

720
#### Breaking Changes
@@ -199,6 +212,7 @@ This version has introduced a breaking-change when this library is used with cla
199212
- Library has changed its name from `serializer.ts` to `constructor-utils`.
200213
- Added `constructor-utils` namespace.
201214

215+
[v0.4.1]: https://github.com/typestack/class-transformer/compare/v0.4.0...v0.4.1
202216
[v0.4.0]: https://github.com/typestack/class-transformer/compare/v0.3.2...v0.4.0
203217
[v0.3.2]: https://github.com/typestack/class-transformer/compare/v0.3.1...v0.3.2
204218
[v0.3.1]: https://github.com/typestack/class-transformer/compare/v0.2.3...v0.3.1

0 commit comments

Comments
 (0)