Skip to content

Releases: timocov/ts-transformer-properties-rename

0.7.0

15 Aug 10:30

Choose a tag to compare

Fixed

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

0.6.0

16 Jul 20:32

Choose a tag to compare

Fixed

  • Fixed incorrect generating enums (see #11)

0.5.0

30 Jun 22:08

Choose a tag to compare

Fixed

  • Fixed detecting visibility type of the symbol (see 8ec231b)
  • Added caches (see 1330e50)

0.4.0

29 Jun 14:33

Choose a tag to compare

Fixed

  • Fixed handling defining get/set properties (see #7)
  • Fixed correctly handling exported variables which uses other props in its initializers (see #7)

0.3.0

16 Jun 18:02

Choose a tag to compare

Fixed

  • Incorrect handling generic type alias (see #4)
  • Incorrect handing in operator with string literal (see #5)

0.2.0

02 Jun 13:58

Choose a tag to compare

Fixed

  • Fixed incorrect renaming tuple property (see #3)