Skip to content

v2.0.0

Compare
Choose a tag to compare
@slevithan slevithan released this 16 Jun 16:17
· 71 commits to main since this release
  • 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.