Releases: helix-editor/spellbook
Releases · helix-editor/spellbook
v0.3.0
Added
- Exposed the
Checker
type.
- Added
Checker::check_lower_as_title
and Checker::check_lower_as_upper
to configure the checker to try lowercase words as title and/or uppercase.
Changed
- The
default-hasher
feature flag now uses foldhash
instead of ahash
.
v0.2.0
Added
- Added support for
Dictionary::suggest
and the Suggester
type.
Updated
- Changed the internal representation of word stems and flagsets for reduced memory consumption. More...