Releases: gruhn/regex-utils
Releases · gruhn/regex-utils
v2.7.2
2.7.2 (2025-10-05)
Bug Fixes
- toString: lower bounds are mandatorty (5b5a8da)
Performance Improvements
- toString: no bounds when duplication is shorter (a146f14)
v2.7.1
2.7.1 (2025-10-02)
Performance Improvements
- toRegExp: fewer unnecessry parenthesis (708db56)
v2.7.0
2.7.0 (2025-09-24)
Features
v2.6.6
2.6.6 (2025-09-22)
Performance Improvements
- enumerate: speed up with memoization (5c1092c)
v2.6.5
2.6.5 (2025-09-14)
Bug Fixes
- throw when lookaheads contain anchors (3cbcf57)
v2.6.4
2.6.4 (2025-09-14)
Bug Fixes
- various start/end anchor edge cases (16cf82b)
v2.6.3
2.6.3 (2025-08-20)
Bug Fixes
- enumerate: prioritize alphanumeric chars (b415ddc)
v2.6.2
2.6.2 (2025-07-20)
Bug Fixes
- parser: /a{,3}/ is interpreted literally (95e727b)
- parser: allow empty groups like /(?:)/ (b558a43)
v2.6.1
2.6.1 (2025-07-20)
Bug Fixes
- ast: nested unary operators always need parens (0918203)
- ast: postfix operator of epsilon (2ce7b0e)
- parser: capture group name can't start with number (25f5d69)
v2.6.0
2.6.0 (2025-07-20)
Features
- parser: allow start/end anchor everywhere (5be9328)