v0.10.0
Better performance
our benchmark shows that its 2.3x faster than v0.9 🎉
Support for TypeScript enums
ts-remove-unused can now handle enums
What's Changed
🚀 Features
- perf: remove worker_threads by @kazushisan in #65
- perf: don't enable code fix when unnecessary by @kazushisan in #66
- feat: add support for TypeScript enums by @kazushisan in #68
🐛 Bug Fixes
- fix: recursive flag by @kazushisan in #69
📖 Docs
- docs: add install size badge by @kazushisan in #64
Other Changes
- feat:
-p
option shorthand by @kazushisan in #67
Full Changelog: v0.9.0...v0.10.0