- Chore!: renamed register functions from internal language packages by @CatHood0 in #18
- Fix(changelog): typo where there is a title instead the version where the change was maded by @CatHood0 in #17
Full Changelog: https://github.com/CatHood0/simple_spell_checker/compare/V1.3.0...V1.3.1
- Chore!: first step to improve package by @CatHood0 in #16
Full Changelog: https://github.com/CatHood0/simple_spell_checker/compare/V1.2.3...V1.3.0
- Chore: removed deprecated member from Tokenizer.
- Feat: support for generic return in Tokenizer class by @CatHood0 in #7
- Feat: make public Checker API by @CatHood0 in #8
Full Changelog: https://github.com/CatHood0/simple_spell_checker/compare/V1.2.2...V1.2.3
- Fix: some parameters in
MultiSpellChecker
are not used by @CatHood0 in #4 - Feat: white list for the checker by @CatHood0 in #5
Full Changelog: https://github.com/CatHood0/simple_spell_checker/compare/V1.2.1...V1.2.2
- Fix: dispose methods show that need to be overrided
- Feat: More translations for spell checker by @CatHood0 in #2
- Feat: Multi language checker by @CatHood0 in #3
Full Changelog: https://github.com/CatHood0/simple_spell_checker/compare/V1.1.7...V1.2.0
- Feat: improved default separator regexp for accept all languages character and non characters (it includes emojis) by @CatHood0 in #1
- @CatHood0 made their first contribution in #1
Full Changelog: https://github.com/CatHood0/simple_spell_checker/compare/V1.1.6...V1.1.8
- Fix:
isCheckerActive()
return a confuse value
- Chore: update documentation
- 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
- 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
- Fix: bad state after close controllers
- Fix: dot (".") characters is lost while typing
- Fix: added missing translations
- Fix: avoid spellchecker default behavior when the current language it's no supported (some of the not supported ones can be: chinese, japanese, russian, etc) for now.
- Feat: added more characteres to add better support for the default implementation
- Feat: support for custom word tokenizer
- Feat: support for realtime subscription to changes using directly
checkStream
orcheckBuilderStream
instead controllers
- Fix: restore a removed character that is needed to avoid missing character while typing
- Fix(de): Deutsch language cause some characters are ignore like:
ẅ
,ä
,ë
,ï
,ö
,ÿ
, etc
- Fix: words with accents are detected as a special character instead a common word
- Fix: bad updating of cache instances when initalize different instances
- Chore: added some missing translations for english and spanish
- Fix: accents are ignored
- Chore: more missing words and sentences for spanish translation
- Fix: several language characters are ignored
- Chore: added some missing words for spanish translation
- Fix: line is ignored directly if contains a special character (like: "(", "[", etc)
- Feat: improved separator regexp to divide also special chars from the words
- Feat: more translations for
pt
,de
,en
,es
,it
andfr
languages - Feat: ability to close controller if we don't need them
- Feat: ability to override any current language if exist in
customLanguages
- Feat: added priority order when the directionary is realoding using
LanguageDicPriorityOrder
enum - Feat: now we can set a default safeLanguageName to the
SimpleSpellChecker
instead prefen
translation always
- Fix: unable to load assets
- Fix: whitespaces are removed or ignored
- Fix: typo on
SimpleSpellChecker
class and README - Doc: more docs about
LanguageIdentifier
Initial commit