v0.15.0

Automattic/harperv0.15.0Jan 8, 2025by elijah-potter

AI Summary

This release expands the rule set significantly, adds CMake support, and introduces technical words to the dictionary.

Key Highlights

  • Added support for CMake files and CMake support in VSCode plugin.
  • Added a variety of new rules (link to documentation).
  • Added technical words to the dictionary.
  • Improved span view commands.

New Features

  • Added support for cmake files
  • Added technical words to dictionary
  • Span View Command Improvements
  • Added support for cmake files (VSCode)

Full Release Notes

## What's Changed

* Added a variety of rules (see [complete list here](https://writewithharper.com/docs/rules)).
* Fixed issues with parsing hostnames
* Added a variety of available `Pattern`s for downstream use
* Update +page.md by @aminwhat in https://github.com/Automattic/harper/pull/347
* feat: Add technical words to dictionary by @claydugo in https://github.com/Automattic/harper/pull/343
* refactor: remove raw hashes that are unnecessary by @hamirmahal in https://github.com/Automattic/harper/pull/324
* feat: Span View Command Improvements by @grantlemons in https://github.com/Automattic/harper/pull/340
* Address "one" for indefinite article rule by @claydugo in https://github.com/Automattic/harper/pull/359
* feat: Add support for cmake files by @alcroito in https://github.com/Automattic/harper/pull/353
* build(deps): bump itertools from 0.13.0 to 0.14.0 by @dependabot in https://github.com/Automattic/harper/pull/357
* feat(harper-ls): remove deleted file/s diagnostics by @mcecode in https://github.com/Automattic/harper/pull/304
* feat(vscode-plugin): Add CMake Support by @mcecode in https://github.com/Automattic/harper/pull/360

## New Contributors
* @aminwhat made their first contribution in https://github.com/Automattic/harper/pull/347
* @hamirmahal made their first contribution in https://github.com/Automattic/harper/pull/324
* @alcroito made their first contribution in https://github.com/Automattic/harper/pull/353

**Full Changelog**: https://github.com/Automattic/harper/compare/v0.14.0...v0.15.0