v1.0.0
Rewrite ALL!!! #23
Breaking Changes
- Require textlint v13.0.0+
- html plugin is written in Pure ESM
- Require Node.js 16+
- Convert JavaScript to TypeScript
Features
- use rehype instead of hast
- support
<h1>
...<h6>
'slevels
- support
<ul>
and<ol>
- support
<img />
'salt
andtitle
- support
<a>
'stitle
Bug Fixes
- fix #19
- fix textlint-ja/textlint-rule-no-synonyms#4
- fix #2
close #15 - It looks like rule implementation issue https://github.com/KeitaMoromizato/textlint-rule-max-appearence-count-of-words/blob/master/src/max-appearence-count-of-words.js . textlint-util-to-string will avoid this.
Testings
- New snapshot testing
- Tree Dump view for human
Others
Welcome to contribute!
We looking for new maintainer!
Full Changelog: v0.3.0...v1.0.0