Skip to content

Releases: gruhn/regex-utils

v2.10.1

19 Apr 20:34

Choose a tag to compare

2.10.1 (2026-04-19)

Bug Fixes

  • build: artifacts in dist/src instead of just dist/ (1e5b3c1)

v2.10.0

19 Apr 19:53

Choose a tag to compare

2.10.0 (2026-04-19)

Features

  • sample: control average length + reduce bias (56b8f3f)

v2.9.2

19 Apr 16:28

Choose a tag to compare

2.9.2 (2026-04-19)

Bug Fixes

v2.9.1

18 Jan 19:58

Choose a tag to compare

2.9.1 (2026-01-18)

Bug Fixes

  • ($)(^) interpreted as ^.$ (06e61e3)

v2.9.0

15 Jan 21:00

Choose a tag to compare

2.9.0 (2026-01-15)

Features

  • partial lookbehind support (477791f)

v2.8.2

08 Jan 17:32

Choose a tag to compare

2.8.2 (2026-01-08)

Bug Fixes

  • TypeError: flags.union is not a function (52756f7), closes #20

v2.8.1

06 Jan 17:54

Choose a tag to compare

2.8.1 (2026-01-06)

Bug Fixes

  • parser: support lazy quantifiers (6694697)

v2.8.0

05 Jan 23:06

Choose a tag to compare

2.8.0 (2026-01-05)

Bug Fixes

  • parser: \B wrongly interpreted as escaped B (cf627dc)

Features

  • parser: support regex flags d,g,s (956a548)

v2.7.10

05 Jan 16:57

Choose a tag to compare

2.7.10 (2026-01-05)

Bug Fixes

v2.7.9

20 Dec 20:08

Choose a tag to compare

2.7.9 (2025-12-20)

Bug Fixes

  • sample: generate less unassigned unicode chars (e3a8158)