Skip to content

v1.0.0

Compare
Choose a tag to compare
@azu azu released this 29 Jan 12:53
· 4 commits to master since this release
08d7a6a

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>'s levels
  • support <ul> and <ol>
  • support <img />'s alt and title
  • support <a>'s title

Bug Fixes

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