Skip to content

v0.1.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@salinas-tryjeeves salinas-tryjeeves released this 14 May 12:29
· 1 commit to main since this release
a394dc5

First public alpha release of i18n-hunt.

The project is still evolving and focused on validating the core workflow and detection engine. Expect rough edges, missing patterns, and improvements in future releases.

Feedback, ideas, and edge cases are very welcome.

Highlights

  • refactor: rewrite unused-key detection engine from regex to AST by @eoSalinas in #1
  • feat: respect .gitignore when walking source and locale files by @eoSalinas in #16
  • feat: add i18n-hunt.config support with CLI override precedence by @eoSalinas in #17
  • feat: switch config parsing to TOML (i18n-hunt.toml) by @eoSalinas in #18
  • feat(npm): add Node.js wrapper package for i18n-hunt binary by @eoSalinas in #28
  • feat: add --fix mode to auto-remove unused locale keys by @eoSalinas in #29

New Contributors

Full Changelog: https://github.com/JeevesInc/i18n-hunt/commits/v0.1.0-alpha.1