Skip to content

Releases: textlint/textlint-plugin-html

v1.0.1

09 Aug 15:17
@azu azu
352f692
Compare
Choose a tag to compare

What's Changed

Refactoring

  • chore(deps): migrate to neotraverse by @Jayllyz in #28

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

29 Jan 12:53
@azu azu
08d7a6a
Compare
Choose a tag to compare

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

v0.3.0

22 Dec 08:54
@azu azu
Compare
Choose a tag to compare

Bug Fixes

0.2.0

08 Aug 10:38
@azu azu
Compare
Choose a tag to compare

Features

  • options: Add support extensions option (#9) (ca5cb50)

0.1.7

19 Nov 07:11
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • plugin: Add url property to Link Node (#8) (5736b2a)

0.1.6

18 Nov 08:54
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • plugin: Style tags should be mapped to code blocks (#7) (be3133c)

0.1.5

22 Feb 01:33
@azu azu
Compare
Choose a tag to compare

Fixes

  • support .htm

Tests

  • Add test case #5

0.1.4

09 May 14:10
@azu azu
Compare
Choose a tag to compare

Bug Fixes

0.1.3

09 May 14:07
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • ast: TxtAST alwasys has type value (27d60e9)

Features

  • ast: add "Comment" type support (5655c89)