Releases: timocov/ts-transformer-properties-rename
Releases · timocov/ts-transformer-properties-rename
0.16.0
Fixed
- Allow to use with TypeScript > 5 (see a37880f)
0.15.0
Fixed
- Fixed handling class fields with
declare
keyword (see #32 and 32d1878)
0.14.0
Breaking changes
- Increased min nodejs version to v14 and changes compilation target from es5 to es2020 (module system is still commonjs)
- Increased min typescript version to 4.3
Fixed
- Added new parameter
ignoreDecorated
to ignore nodes that are "decorated" (see 0c34883 and #31)
0.13.0
Fixed
- Fixed incorrect handling unknown/any and casting (see #25)
0.12.0
Fixed
- Fixed wrong code for indexed generic type (see #23)
- Upgrade TypeScript to v4 (see 9dc7f05)
0.11.0
Fixed
- Fixed incorrect name when the original one has double leading underscore (
__html
for instance) (see #18) - many thanks to @pedramr
0.10.0
Fixed
- Fixed handling tuples when they are part of union/intersection (see fe888b5)
0.9.0
Fixed
- Incorrect handling mapped types (see #16)
0.8.0
Fixed
- Fixed handling mapped types (see #15)
- Fixed error while getting a symbol from source file which exports nothing (see cb4aaf3)
0.7.0
Fixed
- Fixed incorrect handling public and protected class members, declared as constructor parameters (see #13)