Releases: ota-meshi/eslint-plugin-regexp
Releases · ota-meshi/eslint-plugin-regexp
v1.15.0
v1.14.0
✨ Enhancements
- Updated refa, regex-ast-analysis, and scslre by @RunDevelopment in #518
Full Changelog: v1.13.0...v1.14.0
v1.13.0
✨ Enhancements
- Use
@eslint-communitypackages by @ota-meshi in #510
Full Changelog: v1.12.0...v1.13.0
v1.12.0
✨ Enhancements
- Add
no-misleading-capturing-grouprule and improveoptimal-quantifier-concatenationby @RunDevelopment in #483 - Added
lookbehindoption forprefer-lookaroundby @RunDevelopment in #499
Full Changelog: v1.11.0...v1.12.0
v1.11.0
✨ Enhancements
- Add
regexp/no-extra-lookaround-assertionsrule by @ota-meshi in #482 - Improve
regexp/prefer-lookaroundrule to report when there are leading/trailing assertions by @ota-meshi in #480
🐛 Bug Fixes
- Fixed false negatives around edges in
regexp/no-useless-assertionsrule by @RunDevelopment in #486
Full Changelog: v1.10.0...v1.11.0
v1.10.0
✨ Enhancements
- Add
regexp/no-missing-g-flagrule by @ota-meshi in #474
Full Changelog: v1.9.0...v1.10.0
v1.9.0
✨ Enhancements
- Add
minAlternativesoption forregexp/prefer-character-classrule by @RunDevelopment in #462
Full Changelog: v1.8.0...v1.9.0
v1.8.0
✨ Enhancements
- Add option for capturing groups to
regexp/optimal-quantifier-concatenationby @RunDevelopment in #452
Full Changelog: v1.7.0...v1.8.0
v1.7.0
✨ Enhancements
- Improve
regexp/no-dupe-disjunctionsrule by @RunDevelopment in #415 - Improve
regexp/sort-alternativesrule by @RunDevelopment in #419, #423
⚙️ Updates
- Upgrade to
regexp-ast-analysisv0.5.1 by @RunDevelopment in #415, #419
Full Changelog: v1.6.0...v1.7.0
v1.6.0
✨ Enhancements
- Make
regexp/no-dupe-disjunctionsaccount for nested alternatives by @RunDevelopment in #404 - Add suggestions for
regexp/no-dupe-disjunctionsby @RunDevelopment in #406
🐛 Bug Fixes
- Fix false positives for matchAll in
regexp/no-unused-capturing-grouprule by @ota-meshi in #403
Full Changelog: v1.5.1...v1.6.0