Skip to content

2.0.0

Choose a tag to compare

@azu azu released this 16 Jun 03:41
· 69 commits to master since this release

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;