Skip to content

Releases: ota-meshi/eslint-plugin-regexp

v1.11.0

23 Nov 06:49
Compare
Choose a tag to compare

✨ Enhancements

  • Add regexp/no-extra-lookaround-assertions rule by @ota-meshi in #482
  • Improve regexp/prefer-lookaround rule to report when there are leading/trailing assertions by @ota-meshi in #480

🐛 Bug Fixes

  • Fixed false negatives around edges in regexp/no-useless-assertions rule by @RunDevelopment in #486

Full Changelog: v1.10.0...v1.11.0

v1.10.0

10 Nov 23:10
Compare
Choose a tag to compare

✨ Enhancements

Full Changelog: v1.9.0...v1.10.0

v1.9.0

22 Aug 08:55
Compare
Choose a tag to compare

✨ Enhancements

Full Changelog: v1.8.0...v1.9.0

v1.8.0

27 Jul 08:23
Compare
Choose a tag to compare

✨ Enhancements

  • Add option for capturing groups to regexp/optimal-quantifier-concatenation by @RunDevelopment in #452

Full Changelog: v1.7.0...v1.8.0

v1.7.0

23 Apr 01:29
Compare
Choose a tag to compare

✨ Enhancements

⚙️ Updates

Full Changelog: v1.6.0...v1.7.0

v1.6.0

17 Mar 04:24
Compare
Choose a tag to compare

✨ Enhancements

🐛 Bug Fixes

  • Fix false positives for matchAll in regexp/no-unused-capturing-group rule by @ota-meshi in #403

Full Changelog: v1.5.1...v1.6.0

v1.5.1

23 Nov 10:40
Compare
Choose a tag to compare

🐛 Bug Fixes

Full Changelog: v1.5.0...v1.5.1

v1.5.0

27 Oct 11:14
Compare
Choose a tag to compare

✨ Enhancements

🐛 Bug Fixes

  • Fixed false negatives in prefer-result-array-groups rule by @ota-meshi in #356

⚙️ Updates

Full Changelog: v1.4.1...v1.5.0

v1.4.1

07 Oct 13:55
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed false positives for replacer function with rest arg in regexp/no-unused-capturing-group rule by @ota-meshi in #354

Full Changelog: v1.4.0...v1.4.1

v1.4.0

06 Oct 10:10
Compare
Choose a tag to compare

✨ Enhancements

⚙️ Updates

  • Remove the unused name check from regexp/no-unused-capturing-group rule by @ota-meshi in #349

Full Changelog: v1.3.1...v1.4.0