Skip to content

Tags: ColinEberhardt/assemblyscript-regex

Tags

v1.6.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: also include 'main' module entry point

This keeps the TypeScript compiler happy as well as the AssemblyScript compiler

v1.6.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: make globals static so that they don't pollute downstream librar…

…ies (#42)

Also reorganized top level `let`s into static variables.

v1.6.2

fix: repetition nodes were not allowing the walker to visit their chi…

…ld nodes

v1.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: throw an explicit error when there is nothing to repeat

v1.6.0

feat: implemented non-capturing groups

v1.5.0

feat: supports multi-line regex

v1.4.1

fix: fixed small bug with case insensitive range matching

v1.4.0

feat: upgraded to AssemblyScript v0.18

v1.3.1

fix: capture groups with quantifiers are not repeated

fixes: 31

v1.3.0

fix: harmonise TS and AS execution

ref #17