Skip to content

Commit 530e583

Browse files
docs: update changelog
1 parent 7409c73 commit 530e583

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
# Changelog and release notes
22

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+
321
### 0.2.1
422

23+
> **NOTE:** This version is deprecated.
24+
525
#### Added
626

727
- add option to strip unkown properties via using the `excludeExtraneousValues` option

0 commit comments

Comments
 (0)