Releases: CatHood0/simple_spell_checker
Releases · CatHood0/simple_spell_checker
V1.3.0
V1.2.3
V1.2.2
V1.2.1
V1.2.0
V1.1.7
V1.1.6
V1.1.5
V1.1.4
What's changed
- Feat: support for create common and wrong styles in
check
functions - Feat: added example app
- Fix: some characters are losted while typing by wrong regexp match
- Fix: uppercase words with just one char length not is parsed to lowercase
- Chore: change
hasWrongWord
toisWordValid
to make more sense
Full Changelog: V1.1.3...V1.1.4
V1.1.3
What's changed
- Chore: deprecated
removeEmptyWordsOnTokenize
andremoveAllEmptyWords
since are useless - Chore: deprecated
LanguageDicPriorityOrder
and it was replaced byStrategyLanguageSearchOrder
- Fix:
italian
contains not used english words - Feat: added more words for
Deutsch
andSpanish
dictionaries
Full Changelog: V1.1.2...V1.1.3