2.0.0
Featues from 1.x
- add
IgnoreNodeManagerclass 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;