Skip to content

Releases: ColinEberhardt/assemblyscript-regex

v1.6.4

17 May 15:57
f217143
Compare
Choose a tag to compare

1.6.4 (2021-05-17)

Bug Fixes

  • also include 'main' module entry point (f217143)

v1.6.3

04 May 09:57
debec10
Compare
Choose a tag to compare

1.6.3 (2021-05-04)

Bug Fixes

  • make globals static so that they don't pollute downstream libraries (#42) (debec10)

v1.6.2

02 Mar 22:21
Compare
Choose a tag to compare

1.6.2 (2021-03-02)

Bug Fixes

  • repetition nodes were not allowing the walker to visit their child nodes (4dc21b0)

v1.6.1

26 Feb 10:37
d4ca9c9
Compare
Choose a tag to compare

1.6.1 (2021-02-26)

Bug Fixes

  • throw an explicit error when there is nothing to repeat (d4ca9c9)

v1.6.0

24 Feb 19:11
Compare
Choose a tag to compare

1.6.0 (2021-02-24)

Features

  • implemented non-capturing groups (6fec3ef)

v1.5.0

24 Feb 06:58
Compare
Choose a tag to compare

1.5.0 (2021-02-24)

Features

  • supports multi-line regex (ac2ac35)

v1.4.1

20 Feb 12:11
Compare
Choose a tag to compare

1.4.1 (2021-02-20)

Bug Fixes

  • fixed small bug with case insensitive range matching (d92d3c3)

v1.4.0

17 Feb 15:22
Compare
Choose a tag to compare

1.4.0 (2021-02-17)

Features

  • upgraded to AssemblyScript v0.18 (530e807)

v1.3.1

09 Feb 07:25
Compare
Choose a tag to compare

1.3.1 (2021-02-09)

Bug Fixes

  • capture groups with quantifiers are not repeated (84027b8)

v1.3.0

08 Feb 21:23
Compare
Choose a tag to compare

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)