Skip to content

Commit ddcd8da

Browse files
docs: add changelog for 0.3.2
1 parent ca62306 commit ddcd8da

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

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

5+
### [0.3.2][v0.3.2] - 2021-01-14
6+
7+
#### Added
8+
9+
- `exposeDefaultValues` option has been added, when enabled properties will use their default values when no value is present for the property
10+
- the name of the currently transformed parameter is exposed in the `@Transform` decorator
11+
12+
#### Fixed
13+
14+
- fixed an issue with transforming `Map` (#319)
15+
- fixed an issue with sourcemap generation (#472)
16+
17+
#### Changed
18+
19+
- various internal refactors
20+
- various changes to the project tooling
21+
- various dev-dependencies has been updated
22+
523
### [0.3.1][v0.3.1] - 2020-07-29
624

725
#### Added

0 commit comments

Comments
 (0)