v2.0.0
🚨 Breaking
- Removed deprecated exports
make
(an alias forregex
) anddefault
.
🚀 Features
- Added support for subroutines via
\g<name>
. - Generated regex source is improved in several edge cases.
- Atomic groups and other extended syntax can be added in postprocessors.
🐞 Fixes
- Fixed backreference adjustments when an interpolated
RegExp
instance with a numbered backreference is preceded by an interpolated partial with captures.