Releases: textlint/textlint-filter-rule-allowlist
Releases · textlint/textlint-filter-rule-allowlist
v4.0.0
01 Jul 12:00
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Refactoring
Use export default instead of module.exports =
v2.0.1
19 Jul 03:16
Compare
Sorry, something went wrong.
No results found
2.0.0
23 May 10:35
Compare
Sorry, something went wrong.
No results found
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:
text:
# First {#first}
# Second {#second}
results:
This pattern match only first item({#first}).
After
allow pattern:
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
Compare
Sorry, something went wrong.
No results found
1.2.2
01 Dec 15:22
Compare
Sorry, something went wrong.
No results found
Bug Fixes
rule: add fallback for getConfigBaseDir (#5 ) (2172d85 )
Hot fix for textlint 8.x.x
1.2.1
01 Dec 10:59
Compare
Sorry, something went wrong.
No results found
1.2.0
01 Dec 10:53
Compare
Sorry, something went wrong.
No results found
1.1.0
24 Jun 14:22
Compare
Sorry, something went wrong.
No results found
Features
rule: support RegExp flag (77b9508 )
1.0.2
31 Jul 09:38
Compare
Sorry, something went wrong.
No results found