Releases: timocov/ts-transformer-properties-rename
Releases · timocov/ts-transformer-properties-rename
0.17.0
02 Mar 17:21
Compare
Sorry, something went wrong.
No results found
Breaking changes
Increased min nodejs version to v22
Increased min typescript version to 5.5
Fixed
Added support for JSX attributes renaming (see #34 and ed25da9 )
0.16.0
30 Mar 22:34
Compare
Sorry, something went wrong.
No results found
Fixed
Allow to use with TypeScript > 5 (see a37880f )
0.15.0
29 Mar 19:55
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed handling class fields with declare keyword (see #32 and 32d1878 )
0.14.0
22 Oct 12:27
Compare
Sorry, something went wrong.
No results found
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
28 Sep 19:32
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed incorrect handling unknown/any and casting (see #25 )
0.12.0
23 Sep 17:37
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed wrong code for indexed generic type (see #23 )
Upgrade TypeScript to v4 (see 9dc7f05 )
0.11.0
27 Apr 20:43
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed incorrect name when the original one has double leading underscore (__html for instance) (see #18 ) - many thanks to @pedramr
0.10.0
26 Mar 11:29
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed handling tuples when they are part of union/intersection (see fe888b5 )
0.9.0
22 Sep 11:00
Compare
Sorry, something went wrong.
No results found
Fixed
Incorrect handling mapped types (see #16 )
0.8.0
14 Sep 19:07
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed handling mapped types (see #15 )
Fixed error while getting a symbol from source file which exports nothing (see cb4aaf3 )