v0.19.1
Automattic/harperv0.19.1Jan 31, 2025by github-actions[bot]
AI Summary
Introduced a new configuration feature to ignore specific lints and added support for more languages.
Key Highlights
- Introduced the ability to ignore lints via a new ignore field
- Implemented despite of lint
- Condensed multi-token Latin words and phrases
- Added even more holidays
Breaking Changes
- Introduced the ignore field to the configuration object to suppress specific lints.
New Features
- Ignore Lints
- Created framework for correcting common phrases
- Condense multi-token Latin words
Full Release Notes
## What's Changed The biggest change in this version: the ability to ignore lints. This is some pretty new code, so we hope to hear from you all to see how we can improve it. * feat: issue templates by @elijah-potter in https://github.com/Automattic/harper/pull/539 * feat(core): even more holidays by @hippietrail in https://github.com/Automattic/harper/pull/533 * feat(core): implement "despite of" lint by @hippietrail in https://github.com/Automattic/harper/pull/531 * feat(html): condense spaces like most HTML parsers by @elijah-potter in https://github.com/Automattic/harper/pull/546 * Ignore Lints by @elijah-potter in https://github.com/Automattic/harper/pull/529 * fix(core): #548 `you` is not a verb by @elijah-potter in https://github.com/Automattic/harper/pull/551 * docs: mention #536 on installation pages by @elijah-potter in https://github.com/Automattic/harper/pull/538 * Site fixes and updates by @elijah-potter in https://github.com/Automattic/harper/pull/552 * feat(core): created framework for correcting common phrases by @elijah-potter in https://github.com/Automattic/harper/pull/550 * feat(core): condense multi-token Latin words and phrases by @elijah-potter in https://github.com/Automattic/harper/pull/473 **Full Changelog**: https://github.com/Automattic/harper/compare/v0.18.1...v0.19.1