Releases: hcodes/yaspeller
Releases · hcodes/yaspeller
v10.0.1
Fix TypeError: Cannot read properties of undefined (reading 'length')
#199.
v10.0.0
- Update major
yandex-speller
package.
- Remove unsupported options of new API Yandex Speller:
flagLatin
, ignoreLatin
, byWords
, ignoreRomanNumerals
and ignoreUppercase
.
v9.1.0
Update yandex-speller
package.
v9.0.0
- Update deps in package.json.
- Yaspeller requires Node.js 16 or higher.
v8.0.1
Update deps in package.json.
v8.0.0
- 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
--ignore-tags Not work properly in Markdown files with HTML #176
v7.2.0
- Update deps in package.json
- Fixed sitemap bug #169
v7.0.0
- Drop support for Node.js < 10.
- Add .yaspellerrc.js and .yaspellerrc.json for project config #153, #150.