Releases: slevithan/regex-utilities
Releases · slevithan/regex-utilities
v2.3.0
🚀 Features
- A
details
object is now provided toreplaceUnescaped
andforEachUnescaped
callbacks as their second argument (properties:context
,negated
). - Added a top-level
types
field topackage.json
for tools and configurations that rely on it. - Changed the reserved capture name from
skip
to$skip
.