Releases: eslint-community/regexpp
Releases · eslint-community/regexpp
v4.8.1
4.8.1 (2023-09-11)
Bug Fixes
- error in expression character class with nested character class (#136) (97c3ce6)
v4.8.0
4.8.0 (2023-08-25)
Features
- improve types to fix
parent
type of string Unicode properties (#127) (bc63c4c)
v4.7.0
4.7.0 (2023-08-22)
Features
- Fixed variants of
ClassRangesCharacterClassElement
(#123) (6a8c538)
v4.6.2
4.6.2 (2023-07-25)
Bug Fixes
- wrong syntax error message when using
RegExpValidator#validatePattern
and RegExpValidator#validateFlags
. (#113) (72e9b5a)
v4.6.1
4.6.1 (2023-07-24)
Bug Fixes
- SyntaxError message for v flag with RegExpValidator#validatePattern (#110) (96989df)
v4.6.0
4.6.0 (2023-07-22)
Features
v4.5.1
4.5.1 (2023-04-30)
Bug Fixes
- add
types
condition to the front of the exports
(#85) (811bcaa)
v4.5.0
4.5.0 (2023-03-29)
Features
- support Unicode properties added in ES2023 (#59) (f66121d)
v4.4.1
4.4.1 (2023-03-23)
Bug Fixes
- allow named backreferences without u flag in strict (#56) (5712c5f)
v4.4.0
4.4.0 (2023-01-18)
Features