Skip to content

v0.8.1

Compare
Choose a tag to compare
@slevithan slevithan released this 21 Dec 01:12
· 68 commits to main since this release

🐞 Fixes

  • 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.
    3. The generated regex was used with a lastIndex greater than 0.