Releases: norskeld/sigma
Releases · norskeld/sigma
v2.8.0
2.8.0 (2022-07-12)
Features
- *combinators/Until: add
takeUntil
and skipUntil
combinators (003f82d)
v2.7.0
2.7.0 (2022-07-04)
Features
- parsers/noneOf: add
noneOf
parser (d6bc81c)
v2.6.0
2.6.0 (2022-07-04)
Features
- parsers/oneOf: add
oneOf
parser (6d6c2a6)
v2.5.0
2.5.0 (2022-07-04)
Features
- parsers/any: add
any
parser (bfb9620)
v2.4.0
2.4.0 (2022-07-02)
Features
- combinators/sepBy1: add
sepBy1
combinator (52b7ddf)
v2.3.1
2.3.1 (2022-06-01)
Bug Fixes
- combinators/many1: fix
many1
behavior (169bf2e)
v2.3.0
2.3.0 (2022-06-01)
Features
- combinators/when: add context-aware
when
combinator (1537b51)
v2.2.0
2.2.0 (2022-05-31)
Features
- bench: add latest sigma for benchmarks (f48e132)
v2.1.3
2.1.3 (2022-05-31)
Bug Fixes
- combinators/choice: get rid of non-null assertion and refactor a bit (2f0a9f9)
- combinators/sepBy: remove unreachable
return
(7b3a9d0)
- parsers/float: do not return
input
(bd92d3d)
v2.1.2
2.1.2 (2022-05-31)
Bug Fixes
- combinators/sepBy: fix behavior & improve perf (f709a30)