Skip to content

v0.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 06:05
· 69 commits to main since this release

0.4.1 - 2023-10-18

Additions

  • Add Dictionary::{entry, entries} which allow stemming and morphological
    analysis.

Fixed

  • Corrected error message for parsing affix headers
  • Corrected pattern matching for groups that include hyphens
  • Default no longer has a nosuggest flag
  • Change output directory to use cargo directory rather than source

Changed

  • Remove features unstable-analysis and unstable-stem since functionality
    is now public
  • Wordlist now correctly applies more than one affix rule if it is available
  • Moved DictBuilder::config behind zspell-unstable
  • [build] update CI workflows
  • [internal] make some changes from TryFrom to FromStr
  • [internal] refactor test system to support stemming and morphological
    analysis