Releases: timocov/ts-transformer-minify-privates
Releases · timocov/ts-transformer-minify-privates
1.0.0
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
What's Changed
- Fixed incorrect handling private fields with
declare
keyword (see #24 and 081179a)
Full Changelog: v0.5.0...v0.6.0
0.3.0
Fixed
- Referencing constructor params is not handled (see #13)
Thanks for our contributors
0.2.0
Fixed
- Does not transform private fields declared in constructor (#10)