Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Releases: hcodes/yaspeller

v10.0.1

12 Nov 19:42
ef9f71e
Compare
Choose a tag to compare

Fix TypeError: Cannot read properties of undefined (reading 'length') #199.

v10.0.0

11 Nov 12:40
d1ea76a
Compare
Choose a tag to compare
  • Update major yandex-speller package.
  • Remove unsupported options of new API Yandex Speller: flagLatin, ignoreLatin, byWords, ignoreRomanNumerals and ignoreUppercase.

v9.1.0

28 Oct 15:57
83cc3d4
Compare
Choose a tag to compare

Update yandex-speller package.

v9.0.0

28 Oct 15:07
998b13d
Compare
Choose a tag to compare
  • Update deps in package.json.
  • Yaspeller requires Node.js 16 or higher.

v8.0.1

19 Feb 09:13
40ee69b
Compare
Choose a tag to compare

Update deps in package.json.

v8.0.0

29 Oct 08:37
512d208
Compare
Choose a tag to compare
  • Yaspeller requires Node.js 12 or higher.
  • Reducing the size of dependencies #178 @alchazov.
  • CLI no-colors option replaced with no-color.

v7.2.1

23 Oct 12:59
48cd6a2
Compare
Choose a tag to compare

--ignore-tags Not work properly in Markdown files with HTML #176

v7.2.0

10 Oct 13:35
86a27b6
Compare
Choose a tag to compare
  • Update deps in package.json
  • Fixed sitemap bug #169

v7.1.0

09 Oct 08:30
61d5380
Compare
Choose a tag to compare

Added junit report #171 @Lootjs.

v7.0.0

11 Apr 10:26
f4c5bb5
Compare
Choose a tag to compare
  • Drop support for Node.js < 10.
  • Add .yaspellerrc.js and .yaspellerrc.json for project config #153, #150.