v0.8.1
🐞 Fixes
- When the following conditions were all met, the
indices
values of result arrays could be incorrect.- Options
hasIndices
andglobal
both enabled. - The pattern included
(^|\G)
or similar. - The generated regex was used with a
lastIndex
greater than0
.
- Options