Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@slevithan slevithan released this 21 Dec 01:12
· 10 commits to main since this release
  • Fix: When the following conditions were all met, the indices values of result arrays could be incorrect: (1) options hasIndices and global both enabled, (2) the pattern included (^|\G) or similar, and (3) the generated regex was used while its lastIndex was greater than 0.