1
- # Changelog and release notes
1
+ # Changelog
2
2
3
- ### 0.2.3 [ BREAKING CHANGE]
3
+ _ This changelog follows the [ keep a changelog] [ keep-a-changelog ] _ format to maintain a human readable changelog.
4
+
5
+ ### [ 0.3.1] [ v0.3.1 ] - 2020-07-29
6
+
7
+ #### Added
8
+
9
+ - table of content added to readme
10
+
11
+ #### Changed
12
+
13
+ - moved from Mocha to Jest
14
+ - added Prettier for code formatting
15
+ - added Eslint for linting
16
+ - updated CI configuration
17
+ - removed some unused dev dependencies
18
+ - updated dependencies to latest version
19
+
20
+ #### Fixed
21
+
22
+ - circular dependency fixed
23
+ - dev dependencies removed from package.json before publishing (no more security warnings)
24
+ - transformer oder is deterministic now (#231 )
25
+ - fix prototype pollution issue (#367 )
26
+
27
+ ### [ 0.2.3] [ v0.2.3 ] [ BREAKING CHANGE]
4
28
5
29
#### Changed
6
30
7
31
- ` enableImplicitConversion ` has been added and imlplicit value conversion is disabled by default.
8
32
- reverted #234 - fix: write properties with defined default values on prototype which broke the ` @Exclude ` decorator.
9
33
10
- ### 0.2.2 [ BREAKING CHANGE]
34
+ ### [ 0.2.2] [ v0.2.2 ] [ BREAKING CHANGE]
11
35
12
36
> ** NOTE:** This version is deprecated.
13
37
@@ -17,15 +41,15 @@ This version has introduced a breaking-change when this library is used with cla
17
41
18
42
- implicity type conversion between values.
19
43
20
- ### 0.2.1
44
+ ### [ 0.2.1] [ v0.2.1 ]
21
45
22
46
> ** NOTE:** This version is deprecated.
23
47
24
48
#### Added
25
49
26
50
- add option to strip unkown properties via using the ` excludeExtraneousValues ` option
27
51
28
- ### 0.2.0 [ BREAKING CHANGE]
52
+ ### [ 0.2.0] [ v0.2.0 ] [ BREAKING CHANGE]
29
53
30
54
#### Added
31
55
@@ -117,3 +141,10 @@ This version has introduced a breaking-change when this library is used with cla
117
141
118
142
- Library has changed its name from ` serializer.ts ` to ` constructor-utils ` .
119
143
- Added ` constructor-utils ` namespace.
144
+
145
+ [ v0.3.1 ] : https://github.com/typestack/class-transformer/compare/v0.2.3...v0.3.1
146
+ [ v0.2.3 ] : https://github.com/typestack/class-transformer/compare/v0.2.2...v0.2.3
147
+ [ v0.2.2 ] : https://github.com/typestack/class-transformer/compare/v0.2.1...v0.2.2
148
+ [ v0.2.1 ] : https://github.com/typestack/class-transformer/compare/v0.2.0...v0.2.1
149
+ [ v0.2.0 ] : https://github.com/typestack/class-transformer/compare/v0.1.10...v0.2.0
150
+ [ keep-a-changelog ] : https://keepachangelog.com/en/1.0.0/
0 commit comments