Releases: ota-meshi/eslint-plugin-regexp
Releases · ota-meshi/eslint-plugin-regexp
v2.10.0
08 Aug 03:25
Compare
Sorry, something went wrong.
No results found
Minor Changes
refctor: replace indexOf()
with strict equality (#864 )
v2.9.1
03 Aug 02:35
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix(sort-character-class-elements): wrong autofix for ^
(#859 )
v2.9.0
08 Jun 23:29
Compare
Sorry, something went wrong.
No results found
Minor Changes
feat: support explicit comparisons to null for prefer-regexp-test (#839 )
v2.8.0
04 Jun 01:31
Compare
Sorry, something went wrong.
No results found
Minor Changes
Add allows
option to prefer-quantifier
rule (#835 )
v2.7.0
15 Nov 00:33
Compare
Sorry, something went wrong.
No results found
Minor Changes
Add support for ES2025 duplicate named capturing groups (#752 )
Patch Changes
v2.6.0
21 May 12:48
Compare
Sorry, something went wrong.
No results found
Minor Changes
Improved compatibility of type information with typescript-eslint in config. (#740 )
v2.5.0
08 Apr 00:42
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Minor Changes
Change default configuration of prefer-d
to ignore digits inside character classes. (#715 )
v2.3.0
09 Mar 13:15
Compare
Sorry, something went wrong.
No results found
Minor Changes
Add support for flat config (#702 )
v2.2.0
08 Jan 13:19
Compare
Sorry, something went wrong.
No results found
Minor Changes
Add allowNamed
option to no-unused-capturing-group
rule to allow for unused named capturing groups. (#689 )