Skip to content

Releases: timocov/ts-transformer-minify-privates

1.0.0

23 Apr 01:50
Compare
Choose a tag to compare

Breaking changes

  • Increased min typescript version to 4.3 and added support for typescript 5 (see 3393c1c)

Chore changes

  • Added note in readme about noImplicitThis option (it should be enabled to get transformer working)
  • Various dev changes (see 3393c1c)

0.6.0

29 Mar 19:38
Compare
Choose a tag to compare

What's Changed

  • Fixed incorrect handling private fields with declare keyword (see #24 and 081179a)

Full Changelog: v0.5.0...v0.6.0

0.5.0

19 Sep 20:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

0.4.0

31 Oct 10:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

0.3.0

30 Oct 21:00
Compare
Choose a tag to compare

Fixed

  • Referencing constructor params is not handled (see #13)

Thanks for our contributors

0.2.0

15 Aug 16:23
Compare
Choose a tag to compare

Fixed

  • Does not transform private fields declared in constructor (#10)