Releases: norskeld/sigma
Releases · norskeld/sigma
v3.8.0
3.8.0 (2023-09-17)
Features
v3.7.0
3.7.0 (2023-08-22)
Features
v3.6.5
3.6.5 (2023-08-17)
Bug Fixes
- deferred parsers should throw if not initialized (b244cda)
Reverts
- keeping core exports for now (8c2849d)
v3.6.4
3.6.4 (2023-07-03)
Bug Fixes
- package: remove
postinstall
script, relax engine constraints (#81) (52dc1e4), closes #80
v3.6.3
3.6.3 (2023-06-04)
Bug Fixes
- combinators/sepBy: do not mutate position on no match (#79) (baf8c16), closes #77
v3.6.2
3.6.2 (2023-03-14)
Bug Fixes
- package: re-order
exports
fields for proper resolution in some setups (b7cb115)
v3.6.1
3.6.1 (2023-02-21)
Bug Fixes
- types: fix inference for some parsers, add type testing (#75) (80cccf0), closes #48
v3.6.0
3.6.0 (2023-01-17)
Bug Fixes
- combinators/error: return correct
pos
(c11002c)
Features
v3.5.0
3.5.0 (2023-01-16)
Features
- combinators/attempt: add
attempt
combinator (7133746)
v3.4.0
3.4.0 (2023-01-16)
Bug Fixes
- parsers/string: correctly determine pos without getting out of bounds (9927128)
Features
- combinators/lookahead: add
lookahead
combinator (497c7a8)