You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
_This changelog follows the [keep a changelog][keep-a-changelog]_ format to maintain a human readable changelog.
4
4
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
+
5
18
### [0.4.0][v0.4.0][BREAKING CHANGE] - 2021-02-14
6
19
7
20
#### Breaking Changes
@@ -199,6 +212,7 @@ This version has introduced a breaking-change when this library is used with cla
199
212
- Library has changed its name from `serializer.ts` to `constructor-utils`.
0 commit comments