v0.47.0
Automattic/harperv0.47.0Jun 30, 2025by github-actions[bot]
AI Summary
Enhances the CLI with direct text input support and adds color coding to the Playwright HTML report. Includes grammar fixes for 'no match against/of/to'.
Key Highlights
- CLI now supports direct text input (non-file)
- Playwright HTML reports now use color coding
- Fixes for 'no match against/of/to' grammar
New Features
- CLI direct text input
- Color-coded Playwright reports
Full Release Notes
## What's Changed * fix(core): support progressive/perfect forms after "its" + 1 by @kiding in https://github.com/Automattic/harper/pull/1469 * build(deps): bump indexmap from 2.9.0 to 2.10.0 by @dependabot in https://github.com/Automattic/harper/pull/1479 * build(deps): bump lru from 0.14.0 to 0.15.0 by @dependabot in https://github.com/Automattic/harper/pull/1480 * feat: add `LintKind` colours to the Playwright HTML report by @hippietrail in https://github.com/Automattic/harper/pull/1481 * feat: no match against/of/to → no match for by @hippietrail in https://github.com/Automattic/harper/pull/1458 * feat(cli): allow direct text (non-file) input by @86xsk in https://github.com/Automattic/harper/pull/1476 * feat: thing→think by @hippietrail in https://github.com/Automattic/harper/pull/1451 * fix(chrome-ext): address scrolling problems by @elijah-potter in https://github.com/Automattic/harper/pull/1485 **Full Changelog**: https://github.com/Automattic/harper/compare/v0.46.0...v0.47.0