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
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,27 @@
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
5
+
### [0.5.0][v0.5.0][BREAKING CHANGE] - 2021-11-20
6
6
7
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
8
9
+
#### Breaking Changes
10
+
11
+
See the breaking changes from `0.4.1` release. It was accidentally released as patch version.
12
+
13
+
### [0.4.1][v0.4.1][BREAKING CHANGE] - 2021-11-20
14
+
15
+
> **NOTE:** This version fixes a security vulnerability allowing denial of service attacks with a specially crafted request payload. Please update as soon as possible.
16
+
17
+
#### Breaking Changes
18
+
19
+
**Exported functions has been renamed**
20
+
Some of the exported functions has been renamed to better reflect what they are doing.
21
+
22
+
-`classToPlain` -> `instanceToPlain`
23
+
-`plainToClass` -> `plainToInstance`
24
+
-`classToClass` -> `instanceToInstance`
25
+
9
26
#### Fixed
10
27
11
28
- prevent unhandled error in `plaintToclass` when union-type member is undefined
@@ -212,6 +229,7 @@ This version has introduced a breaking-change when this library is used with cla
212
229
- Library has changed its name from `serializer.ts` to `constructor-utils`.
0 commit comments