v0.9.2

Automattic/harperv0.9.2Aug 8, 2024by elijah-potter

AI Summary

This update enhances tokenization by recognizing hyphenated words as single units and fixes grammatical false positives for specific possessive forms.

Key Highlights

  • Hyphenated words (e.g., 'non-null') recognized as single tokens
  • Fixed false positives for 'repo', 'repos', and 'repo's'
  • Internal changes to support future lints

New Features

  • Hyphenated word tokenization
  • Grammar fix for possessives
  • Internal lint improvements

Full Release Notes

## What's Changed

- Harper no longer marks "repo", "repos", or "repo's" as incorrect.
- Harper now recognizes hyphenated words (such as "non-null") as single tokens. Lints for improperly hyphenated words are in the works. We're actively seeking feedback on this.
- Several internal changes that will make more advanced lints and syntactic analysis easier.