Skip to content

Releases: CatHood0/simple_spell_checker

V1.2.3

27 Aug 18:49
Compare
Choose a tag to compare

What's Changed

  • Chore: removed deprecated members in Tokenizer class
  • Feat: support for generic return in Tokenizer class by @CatHood0 in #7
  • Feat: make public Checker API by @CatHood0 in #8

Full Changelog: V1.2.2...V1.2.3

V1.2.2

24 Aug 03:47
Compare
Choose a tag to compare

What's Changed

  • Fix: some parameters in MultiSpellChecker are not used by @CatHood0 in #4
  • Feat: white list for the checker by @CatHood0 in #5

Full Changelog: V1.2.1...V1.2.2

V1.2.1

23 Aug 06:28
Compare
Choose a tag to compare

What's changed

  • Fix: dispose methods show that need to be overrided

Full Changelog: V1.2.0...V1.2.1

V1.2.0

23 Aug 06:00
Compare
Choose a tag to compare

What's Changed

  • Feat: More translations for spell checker by @CatHood0 in #2
  • Feat: Multi language checker by @CatHood0 in #3

Full Changelog: V1.1.7...V1.2.0

V1.1.7

22 Aug 04:11
Compare
Choose a tag to compare

What's Changed

  • Feat: improved default separator regexp for accept all languages character and non characters (it includes emojis) by @CatHood0 in #1

New Contributors

Full Changelog: V1.1.6...V1.1.8

V1.1.6

21 Aug 12:34
Compare
Choose a tag to compare

What's changed

  • Fix: isCheckerActive() return a confuse value

Full Changelog: V1.1.5...V1.1.6

V1.1.5

21 Aug 12:13
Compare
Choose a tag to compare

What's changed

  • Chore: update documentation

Full Changelog: V1.1.4...V1.1.5

V1.1.4

21 Aug 10:02
Compare
Choose a tag to compare

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 to isWordValid to make more sense

Full Changelog: V1.1.3...V1.1.4

V1.1.3

20 Aug 11:56
Compare
Choose a tag to compare

What's changed

  • Chore: deprecated removeEmptyWordsOnTokenize and removeAllEmptyWords since are useless
  • Chore: deprecated LanguageDicPriorityOrder and it was replaced by StrategyLanguageSearchOrder
  • Fix: italian contains not used english words
  • Feat: added more words for Deutsch and Spanish dictionaries

Full Changelog: V1.1.2...V1.1.3

V1.1.2

20 Aug 00:29
Compare
Choose a tag to compare

What's changed

  • Fix: bad state after close controllers

Full Changelog: V1.1.1...V1.1.2