Skip to content

Tags: ColinEberhardt/assemblyscript-regex

Tags

v1.6.4

Toggle v1.6.4's commit message

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

Toggle v1.6.3's commit message

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

Toggle v1.6.2's commit message
fix: repetition nodes were not allowing the walker to visit their chi…

…ld nodes

v1.6.1

Toggle v1.6.1's commit message

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

Toggle v1.6.0's commit message
feat: implemented non-capturing groups

v1.5.0

Toggle v1.5.0's commit message
feat: supports multi-line regex

v1.4.1

Toggle v1.4.1's commit message
fix: fixed small bug with case insensitive range matching

v1.4.0

Toggle v1.4.0's commit message
feat: upgraded to AssemblyScript v0.18

v1.3.1

Toggle v1.3.1's commit message
fix: capture groups with quantifiers are not repeated

fixes: 31

v1.3.0

Toggle v1.3.0's commit message
fix: harmonise TS and AS execution

ref #17