dr-huatuo v0.5.0
Added
- TypeScript support — new
TypeScriptAnalyzer for .ts/.tsx files using eslint, tsc, and escomplex
- Multi-language CLI —
ht check auto-detects Python and TypeScript files in the same project
--language filter — ht check src/ --language typescript to analyze only one language
- Plugin architecture —
LanguageAnalyzer protocol + registry, register new analyzers with one line
Changed
ht check default excludes now include node_modules/
- CLI description updated for multi-language support
Upgrade
pip install --upgrade dr-huatuo
Full Changelog
v0.4.0...v0.5.0