Skip to content

Releases: timocov/ts-transformer-properties-rename

0.17.0

02 Mar 17:21
d954171

Choose a tag to compare

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

Choose a tag to compare

Fixed

  • Allow to use with TypeScript > 5 (see a37880f)

0.15.0

29 Mar 19:55

Choose a tag to compare

Fixed

  • Fixed handling class fields with declare keyword (see #32 and 32d1878)

0.14.0

22 Oct 12:27

Choose a tag to compare

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

Choose a tag to compare

Fixed

  • Fixed incorrect handling unknown/any and casting (see #25)

0.12.0

23 Sep 17:37

Choose a tag to compare

Fixed

  • Fixed wrong code for indexed generic type (see #23)
  • Upgrade TypeScript to v4 (see 9dc7f05)

0.11.0

27 Apr 20:43

Choose a tag to compare

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

Choose a tag to compare

Fixed

  • Fixed handling tuples when they are part of union/intersection (see fe888b5)

0.9.0

22 Sep 11:00

Choose a tag to compare

Fixed

  • Incorrect handling mapped types (see #16)

0.8.0

14 Sep 19:07

Choose a tag to compare

Fixed

  • Fixed handling mapped types (see #15)
  • Fixed error while getting a symbol from source file which exports nothing (see cb4aaf3)