Skip to content

Commit 29a6c77

Browse files
docs: add changelog for 0.4.0
1 parent 2356b3a commit 29a6c77

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
_This changelog follows the [keep a changelog][keep-a-changelog]_ format to maintain a human readable changelog.
44

5+
### [0.4.0][v0.4.0] [BREAKING CHANGE] - 2021-02-14
6+
7+
#### Breaking Changes
8+
9+
See the breaking changes from `0.3.2` release. It was accidentally released as patch version.
10+
11+
#### Added
12+
13+
- add option to ignore unset properties
14+
- `group` information is exposed in the `@Transform` handler
15+
16+
#### Changed
17+
18+
- various dev-dependencies has been updated
19+
520
### [0.3.2][v0.3.2] [BREAKING CHANGE] - 2021-01-14
621

722
#### Breaking Changes
@@ -179,6 +194,7 @@ This version has introduced a breaking-change when this library is used with cla
179194
- Library has changed its name from `serializer.ts` to `constructor-utils`.
180195
- Added `constructor-utils` namespace.
181196

197+
[v0.4.0]: https://github.com/typestack/class-transformer/compare/v0.3.2...v0.4.0
182198
[v0.3.2]: https://github.com/typestack/class-transformer/compare/v0.3.1...v0.3.2
183199
[v0.3.1]: https://github.com/typestack/class-transformer/compare/v0.2.3...v0.3.1
184200
[v0.2.3]: https://github.com/typestack/class-transformer/compare/v0.2.2...v0.2.3

0 commit comments

Comments
 (0)