Skip to content

Releases: ota-meshi/eslint-plugin-regexp

v0.7.1

31 Mar 09:11
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #80 Fixed false positives for disallowNeverMatch option in regexp/no-dupe-disjunctions rule.

v0.7.0

31 Mar 07:57
Compare
Choose a tag to compare

✨ 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

24 Mar 13:56
Compare
Choose a tag to compare

🐛 Big Fixes

  • #73 Fixed false positives for match with g flag in regexp/prefer-regexp-test rule.

v0.6.2

22 Mar 10:01
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #69 Fixed false positives for regular expressions that are used multiple times in regexp/no-unused-capturing-group.

v0.6.1

22 Mar 08:44
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #66 Fixed false positives for quantifier in regexp/no-useless-non-capturing-group rule.

v0.6.0

22 Mar 06:14
Compare
Choose a tag to compare

✨ 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

16 Mar 05:30
Compare
Choose a tag to compare

✨ 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

13 Mar 07:11
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #53 Fixed wrong autofix for regexp/order-in-character-class rule.

v0.4.2

13 Mar 06:44
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #52 Fixed crash in regexp/order-in-character-class rule.

v0.4.1

13 Mar 05:42
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #50 Fixed wrong autofix for regexp/order-in-character-class rule.