Releases: textlint/textlint-rule-helper
Releases · textlint/textlint-rule-helper
2.0.0
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;