Skip to content

6.6.0

Compare
Choose a tag to compare
@azu azu released this 07 May 11:31
· 2792 commits to master since this release

Features

  • change shouldIgnore(range) API #203

Previously, ignoring api is shouldIgnore(<node>). #194

But, I think that shouldIgnore([start, end]) is better.
Because, ignoring rule is not always depended on .
It always depended on <range> which is like [number, number].

This change is breaking change, but ignoring feature is experimental support.
As as result, we have published as minor version.

Fix: #202
Refs: #193