Releases: ota-meshi/eslint-plugin-regexp
Releases · ota-meshi/eslint-plugin-regexp
v1.13.0
✨ Enhancements
- Use
@eslint-community
packages by @ota-meshi in #510
Full Changelog: v1.12.0...v1.13.0
v1.12.0
✨ Enhancements
- Add
no-misleading-capturing-group
rule and improveoptimal-quantifier-concatenation
by @RunDevelopment in #483 - Added
lookbehind
option forprefer-lookaround
by @RunDevelopment in #499
Full Changelog: v1.11.0...v1.12.0
v1.11.0
✨ 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
✨ Enhancements
- Add
regexp/no-missing-g-flag
rule by @ota-meshi in #474
Full Changelog: v1.9.0...v1.10.0
v1.9.0
✨ Enhancements
- Add
minAlternatives
option forregexp/prefer-character-class
rule 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-concatenation
by @RunDevelopment in #452
Full Changelog: v1.7.0...v1.8.0
v1.7.0
✨ Enhancements
- Improve
regexp/no-dupe-disjunctions
rule by @RunDevelopment in #415 - Improve
regexp/sort-alternatives
rule by @RunDevelopment in #419, #423
⚙️ Updates
- Upgrade to
regexp-ast-analysis
v0.5.1 by @RunDevelopment in #415, #419
Full Changelog: v1.6.0...v1.7.0
v1.6.0
✨ Enhancements
- Make
regexp/no-dupe-disjunctions
account for nested alternatives by @RunDevelopment in #404 - Add suggestions for
regexp/no-dupe-disjunctions
by @RunDevelopment in #406
🐛 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
🐛 Bug Fixes
- Fix crash when used with TypeScript by @ota-meshi in #379
Full Changelog: v1.5.0...v1.5.1
v1.5.0
✨ Enhancements
- Improved
regexp/require-unicode-regexp
auto-fixes by @RunDevelopment in #352
🐛 Bug Fixes
- Fixed false negatives in
prefer-result-array-groups
rule by @ota-meshi in #356
⚙️ Updates
- Increase range threshold in
regexp/prefer-range
by @RunDevelopment in #360
Full Changelog: v1.4.1...v1.5.0