Skip to content

Releases: spell-checker/spell-checker

v0.3.3

18 May 07:32
Compare
Choose a tag to compare
  • updated dependencies
  • updated license

v0.3.2

10 Apr 07:35
Compare
Choose a tag to compare
  • Allowed multiliple spell-check-ignore comments in one file
  • Allowed comma as spell-check-ignore words separator
  • Added ISO language codes dictionary
  • Added ISO currency shortcuts dictionary
  • Removed obsolete gettext dictionary
  • Less false negatives from TableShortcutsDetector
  • Progress bar shows number of errors as binary logarithm

v0.3.1

09 Mar 10:33
Compare
Choose a tag to compare
  • Updated dependencies

v0.3 - The context sensitive release

12 Jan 14:46
Compare
Choose a tag to compare
  • added --maxErrors option for nasty projects
  • added --localIgnores option for file types not supporting comments
  • dictionary search now can use different dictionaries for different contexts within the same file
  • .po parser now parses msgid and msgstr as different contexts
  • added .php parser with contexts code, string, doc, comment, html and data
  • added BulletsDetector and SimpleHtmlDetector heuristics for false positives
  • better handling of lowercase search
  • implemented capitalized search ("foo" from URL/identifier can be match against "Foo" in dictionary)
  • fixed parsing words with "e-" prefix
  • added emoji dictionary 😍
  • tamed some unicors

v0.2.4

04 Jan 15:41
Compare
Choose a tag to compare
  • added dictionary mode without diacritics with "*" prefix before dictionary name in config
  • added reporting of unused exceptions in local ignores
  • added on/off switch for reporting unused exceptions in dictionaries
  • added option to show shortened output
  • fixed: less false negatives from table shortcuts detector

v0.2.3

03 Jan 18:00
Compare
Choose a tag to compare
  • simplified configuration of dictionaries
  • loading dictionary files without diacritics (.dia)
  • fix loading dictionary files by prefix ("cs" vs "css")

v0.2.2

03 Jan 13:42
Compare
Choose a tag to compare
  • fixed intersecting list of files with directories

v0.2.1

02 Jan 21:59
Compare
Choose a tag to compare
  • allow changing memory limit through configuration

v0.2 - The "It finally works" release

02 Jan 22:07
Compare
Choose a tag to compare
  • refactored file finding - allows for intersecting list of directories with list of files
  • refactored how dictionaries are configured and loaded
  • added support for local ignores (spell-check-ignore)
  • added more filters for false positives
  • added filters for matching words without diacritics (file names, URLs etc.)
  • added parser for .po files, that parses only translated messages
  • added new dictionaries (SVG, country codes)
  • added result formatter
  • fixed some bugs
  • added some new bugs

v0.1 - The initial release

02 Jan 21:59
Compare
Choose a tag to compare
  • initial release