Releases: ota-meshi/eslint-plugin-regexp
Releases · ota-meshi/eslint-plugin-regexp
v0.7.1
🐛 Bug Fixes
- #80 Fixed false positives for
disallowNeverMatch
option in regexp/no-dupe-disjunctions
rule.
v0.7.0
✨ Enhancements
- #74 Added
disallowNeverMatch
option to regexp/no-dupe-disjunctions
rule.
🐛 Bug Fixes
- #70 Fixed false negatives in
regexp/no-unused-capturing-group
rule.
- #75 Fix false negatives for
split
in regexp/no-unused-capturing-group
rule.
⚙️ Updates
- #71 Updated report messages.
v0.6.3
🐛 Big Fixes
- #73 Fixed false positives for
match
with g
flag in regexp/prefer-regexp-test
rule.
v0.6.2
🐛 Bug Fixes
- #69 Fixed false positives for regular expressions that are used multiple times in
regexp/no-unused-capturing-group
.
v0.6.1
🐛 Bug Fixes
- #66 Fixed false positives for quantifier in
regexp/no-useless-non-capturing-group
rule.
v0.6.0
✨ Enhancements
- #60 Added
regexp/no-legacy-features
rule that disallow legacy RegExp features.
- #62 Added
regexp/no-useless-dollar-replacements
rule that aims to detect and disallow useless $
replacements in regular expression replacements.
- #62 Added
regexp/prefer-escape-replacement-dollar-char
rule that aims to enforce escape when using the $
character in replacement pattern of string replacement.
- #65 Added
regexp/no-unused-capturing-group
rule that disallow unused capturing group.
v0.5.0
✨ Enhancements
- #56 Added
target
option to regexp/prefer-range
rule.
⚙️ Update
- #56 Changed the default behavior of the
regexp/prefer-range
rule to target: "alphanumeric"
.
- #57 Improved reporting of new RegExp().
v0.4.3
🐛 Bug Fixes
- #53 Fixed wrong autofix for
regexp/order-in-character-class
rule.
v0.4.2
🐛 Bug Fixes
- #52 Fixed crash in
regexp/order-in-character-class
rule.
v0.4.1
🐛 Bug Fixes
- #50 Fixed wrong autofix for
regexp/order-in-character-class
rule.