Releases: ota-meshi/eslint-plugin-regexp
Releases · ota-meshi/eslint-plugin-regexp
v2.9.0
Minor Changes
- feat: support explicit comparisons to null for prefer-regexp-test (#839)
v2.8.0
Minor Changes
- Add
allows
option to prefer-quantifier
rule (#835)
v2.7.0
Minor Changes
- Add support for ES2025 duplicate named capturing groups (#752)
Patch Changes
v2.6.0
Minor Changes
- Improved compatibility of type information with typescript-eslint in config. (#740)
v2.5.0
Minor Changes
- Add
regexp/unicode-property
rule to enforce consistent naming of unicode properties (#722)
Patch Changes
- Publish type declarations (#724)
v2.4.0
Minor Changes
- Change default configuration of
prefer-d
to ignore digits inside character classes. (#715)
v2.3.0
Minor Changes
- Add support for flat config (#702)
v2.2.0
Minor Changes
- Add
allowNamed
option to no-unused-capturing-group
rule to allow for unused named capturing groups. (#689)
v2.1.2
Patch Changes
- Fixed false positives for hasIndices in
regexp/no-unused-capturing-group
(#676)
v2.1.1
Patch Changes
- Improved error message and docs for
regexp/no-useless-non-capturing-group
(#668)