Skip to content

Releases: ota-meshi/eslint-plugin-regexp

v2.9.0

08 Jun 23:29
8a950a0
Compare
Choose a tag to compare

Minor Changes

  • feat: support explicit comparisons to null for prefer-regexp-test (#839)

v2.8.0

04 Jun 01:31
6960157
Compare
Choose a tag to compare

Minor Changes

  • Add allows option to prefer-quantifier rule (#835)

v2.7.0

15 Nov 00:33
ededa82
Compare
Choose a tag to compare

Minor Changes

  • Add support for ES2025 duplicate named capturing groups (#752)

Patch Changes

  • Updates unicode property alias resource with latest (#766)

  • fix(regexp/no-useless-dollar-replacements): Correct capturing group not found grammar (#776)

v2.6.0

21 May 12:48
592cb53
Compare
Choose a tag to compare

Minor Changes

  • Improved compatibility of type information with typescript-eslint in config. (#740)

v2.5.0

08 Apr 00:42
0cb6eef
Compare
Choose a tag to compare

Minor Changes

  • Add regexp/unicode-property rule to enforce consistent naming of unicode properties (#722)

Patch Changes

  • Publish type declarations (#724)

v2.4.0

24 Mar 05:51
868cc25
Compare
Choose a tag to compare

Minor Changes

  • Change default configuration of prefer-d to ignore digits inside character classes. (#715)

v2.3.0

09 Mar 13:15
e75e6d3
Compare
Choose a tag to compare

Minor Changes

  • Add support for flat config (#702)

v2.2.0

08 Jan 13:19
7aebaa0
Compare
Choose a tag to compare

Minor Changes

  • Add allowNamed option to no-unused-capturing-group rule to allow for unused named capturing groups. (#689)

v2.1.2

04 Dec 03:06
be8d93f
Compare
Choose a tag to compare

Patch Changes

  • Fixed false positives for hasIndices in regexp/no-unused-capturing-group (#676)

v2.1.1

23 Oct 07:13
69b9035
Compare
Choose a tag to compare

Patch Changes

  • Improved error message and docs for regexp/no-useless-non-capturing-group (#668)