Skip to content

Releases: textlint/textlint-rule-helper

2.0.0

16 Jun 03:41
@azu azu
Compare
Choose a tag to compare

Featues from 1.x

  • add IgnoreNodeManager class that it is useful for linting Paragraph node.

Breaking Change

  • Fix typo: IgnoreNodeManger -> IgnoreNodeManager #5

You can upgrade and fix require like following

-var IgnoreNodeManger = require("textlint-rule-helper").IgnoreNodeManger;
+var IgnoreNodeManager = require("textlint-rule-helper").IgnoreNodeManager;

1.2.0

15 Jun 01:37
@azu azu
Compare
Choose a tag to compare

Features

  • src: add IgnoreNodeManager (5159710)