Skip to content

Releases: timocov/ts-transformer-properties-rename

0.16.0

30 Mar 22:34
Compare
Choose a tag to compare

Fixed

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

0.15.0

29 Mar 19:55
Compare
Choose a tag to compare

Fixed

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

0.14.0

22 Oct 12:27
Compare
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
Compare
Choose a tag to compare

Fixed

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

0.12.0

23 Sep 17:37
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

  • Incorrect handling mapped types (see #16)

0.8.0

14 Sep 19:07
Compare
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)

0.7.0

15 Aug 10:30
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect handling public and protected class members, declared as constructor parameters (see #13)