Skip to content

Release 0.3.1 ⛏️

Compare
Choose a tag to compare
@c272 c272 released this 09 Jul 13:15
· 98 commits to master since this release

This is a hotfix to fix issues with regex (#2) stemming from lookahead and lookbehind being incorrectly detected as separate capture groups. There are no breaking changes in this release.

Changelog:

  • Resolved #2 with accurate capture group detection.