Skip to content

Releases: textlint/textlint-filter-rule-allowlist

v4.0.0

01 Jul 12:00
@azu azu
Compare
Choose a tag to compare

Bug Fixes

If you have not used allowlistConfigPaths, there are not any changes.

4.0.0 drop to support .js file on allowlistConfigPaths.
For more details, please see #11 and textlint/editor#57

v3.0.0

13 Jun 07:09
@azu azu
Compare
Choose a tag to compare

Refactoring

  • Use export default instead of module.exports =

v2.0.1

19 Jul 03:16
@azu azu
Compare
Choose a tag to compare
2.0.1

2.0.0

23 May 10:35
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • treat RegExp-like string as global flag by default (#7) (a09a33f)

Potentially, allow behavior is changed by this major update.

Before

For example, you want to ginore following pattern: /#.*{#[a-z.-]+}/ .

allow pattern:

["/#.*{#[a-z.-]+}/"]

text:

# First {#first}

# Second {#second}

results:
This pattern match only first item({#first}).

After

allow pattern:

["/#.*{#[a-z.-]+}/"]

text:

# First {#first}

# Second {#second}

results:
This pattern match all items({#first} and {#second}).

2.0.0 treat allow pattern as RegExp with global flag.

1.2.3

01 Dec 17:12
@azu azu
Compare
Choose a tag to compare
1.2.3

1.2.2

01 Dec 15:22
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • rule: add fallback for getConfigBaseDir (#5) (2172d85)

Hot fix for textlint 8.x.x

1.2.1

01 Dec 10:59
@azu azu
Compare
Choose a tag to compare

Bug Fixes

1.2.0

01 Dec 10:53
@azu azu
Compare
Choose a tag to compare

Features

1.1.0

24 Jun 14:22
@azu azu
Compare
Choose a tag to compare

Features

  • rule: support RegExp flag (77b9508)

1.0.2

31 Jul 09:38
@azu azu
Compare
Choose a tag to compare
1.0.2