v0.11.0
Automattic/harperv0.11.0Sep 13, 2024by elijah-potter
AI Summary
This release adds new linting capabilities for offensive language and conjunctions, along with configuration options for the file dictionary.
Key Highlights
- Created linter for offensive language.
- Created linter for improperly terminating conjunctions.
- Added ability to configure file dictionary path.
- Improved documentation on `--help`.
New Features
- Linter for offensive language
- Linter for improperly terminating conjunctions
- Configurable file dictionary path
Full Release Notes
## What's Changed * fix: remove dbg by @StevenLove in https://github.com/elijah-potter/harper/pull/136 * fix: speed up `just dogfood` execution by @StevenLove in https://github.com/elijah-potter/harper/pull/140 * feat: allow to configure file dictionary path by @philipp-tailor in https://github.com/elijah-potter/harper/pull/145 * fix: test 'spell::hunspell::tests::correctly_expands_test_files' failed by @Cryolitia in https://github.com/elijah-potter/harper/pull/157 * feat: created linter for offensive language * feat: created linter for improperly terminating conjunctions * feat: improved documentation on `--help` ## New Contributors * @StevenLove made their first contribution in https://github.com/elijah-potter/harper/pull/136 * @philipp-tailor made their first contribution in https://github.com/elijah-potter/harper/pull/145 * @Cryolitia made their first contribution in https://github.com/elijah-potter/harper/pull/157 **Full Changelog**: https://github.com/elijah-potter/harper/compare/v0.10.0...v0.11.0