Skip to content

v0.5.0 — TypeScript support

Latest

Choose a tag to compare

@frankyxhl frankyxhl released this 01 Apr 08:37
· 3 commits to main since this release
7192be1

dr-huatuo v0.5.0

Added

  • TypeScript support — new TypeScriptAnalyzer for .ts/.tsx files using eslint, tsc, and escomplex
  • Multi-language CLIht check auto-detects Python and TypeScript files in the same project
  • --language filterht check src/ --language typescript to analyze only one language
  • Plugin architectureLanguageAnalyzer 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