Releases: ColinEberhardt/assemblyscript-regex
Releases · ColinEberhardt/assemblyscript-regex
v1.6.4
1.6.4 (2021-05-17)
Bug Fixes
- also include 'main' module entry point (f217143)
v1.6.3
1.6.3 (2021-05-04)
Bug Fixes
- make globals static so that they don't pollute downstream libraries (#42) (debec10)
v1.6.2
1.6.2 (2021-03-02)
Bug Fixes
- repetition nodes were not allowing the walker to visit their child nodes (4dc21b0)
v1.6.1
1.6.1 (2021-02-26)
Bug Fixes
- throw an explicit error when there is nothing to repeat (d4ca9c9)
v1.6.0
1.6.0 (2021-02-24)
Features
- implemented non-capturing groups (6fec3ef)
v1.5.0
1.5.0 (2021-02-24)
Features
- supports multi-line regex (ac2ac35)
v1.4.1
1.4.1 (2021-02-20)
Bug Fixes
- fixed small bug with case insensitive range matching (d92d3c3)
v1.4.0
1.4.0 (2021-02-17)
Features
- upgraded to AssemblyScript v0.18 (530e807)
v1.3.1
1.3.1 (2021-02-09)
Bug Fixes
- capture groups with quantifiers are not repeated (84027b8)
v1.3.0
1.3.0 (2021-02-08)
Bug Fixes
- harmonise TS and AS execution (bead49e), closes #17
- walker was visiting states multiple times (4872cf6)
Features
- added not greedy range repitition (d2127dc)