Releases: JeevesInc/i18n-hunt
Releases · JeevesInc/i18n-hunt
Release list
v0.1.0-alpha.1
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
.gitignorewhen walking source and locale files by @eoSalinas in #16 - feat: add
i18n-hunt.configsupport 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
--fixmode to auto-remove unused locale keys by @eoSalinas in #29
New Contributors
- @eoSalinas made their first contribution in #1
Full Changelog: https://github.com/JeevesInc/i18n-hunt/commits/v0.1.0-alpha.1