File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog and release notes
2
2
3
+
4
+ ### 0.2.3 [ BREAKING CHANGE]
5
+
6
+ #### Changed
7
+
8
+ - ` enableImplicitConversion ` has been added and imlplicit value conversion is disabled by default.
9
+ - reverted #234 - fix: write properties with defined default values on prototype which broke the ` @Exclude ` decorator.
10
+
11
+ ### 0.2.2 [ BREAKING CHANGE]
12
+
13
+ > ** NOTE:** This version is deprecated.
14
+
15
+ This version has introduced a breaking-change when this library is used with class-validator. See #257 for details.
16
+
17
+ #### Added
18
+
19
+ - implicity type conversion between values.
20
+
3
21
### 0.2.1
4
22
23
+ > ** NOTE:** This version is deprecated.
24
+
5
25
#### Added
6
26
7
27
- add option to strip unkown properties via using the ` excludeExtraneousValues ` option
You can’t perform that action at this time.
0 commit comments