v1.0.0
v1.0.0 is available 🎉 The project is now renamed to tsr
Check the migration guide from v0.x
What's Changed
🚀 Features
- perf: use parseFile util to construct dependency graph by @kazushisan in #73
- feat: rename to tsr by @kazushisan in #77
- feat: update logic to output results to cli by @kazushisan in #81
- feat: polish interface for v1 by @kazushisan in #82
- feat: rename skip to entrypoints by @kazushisan in #86
- feat: remove writing to disk log by @kazushisan in #88
🐛 Bug Fixes
- fix: write when updated by @kazushisan in #89
🧹 Chores
- chore: remove unused ambient declaration by @kazushisan in #71
- refactor: add
includeDts
option toremove()
for clarity by @kazushisan in #75 - chore: support beta release by @kazushisan in #76
- chore: restore old url by @kazushisan in #78
- chore: fix syntax workflow in publish by @kazushisan in #79
- chore: remove helper by @kazushisan in #84
- chore: add benchmark for vue core by @kazushisan in #87
- chore: update package json by @kazushisan in #83
📖 Docs
- docs: update docs for v1 by @kazushisan in #85
- docs: comparison with knip by @kazushisan in #90
- docs: add link to migration guide by @kazushisan in #91
- docs: update migration guide by @kazushisan in #92
Other Changes
- Release v1.0 by @kazushisan in #74
Full Changelog: v0.10.1...v1.0.0