v2.0.0
- Changed the capture/backreference depth suffix from
$rN
to_$N
. - Fixed recursion with patterns that use atomic groups.
- Avoids incorrect handling when recursion is used with numbered backreferences from interpolated
RegExp
instances, by throwing a descriptive error. - Fixed an issue with unnamed capturing groups when implicit flag
n
is disabled.