Skip to content

Releases: norskeld/sigma

v2.8.0

12 Jul 02:58
Compare
Choose a tag to compare

2.8.0 (2022-07-12)

Features

  • *combinators/Until: add takeUntil and skipUntil combinators (003f82d)

v2.7.0

04 Jul 13:03
Compare
Choose a tag to compare

2.7.0 (2022-07-04)

Features

  • parsers/noneOf: add noneOf parser (d6bc81c)

v2.6.0

04 Jul 12:23
Compare
Choose a tag to compare

2.6.0 (2022-07-04)

Features

  • parsers/oneOf: add oneOf parser (6d6c2a6)

v2.5.0

04 Jul 09:01
Compare
Choose a tag to compare

2.5.0 (2022-07-04)

Features

  • parsers/any: add any parser (bfb9620)

v2.4.0

02 Jul 23:04
Compare
Choose a tag to compare

2.4.0 (2022-07-02)

Features

  • combinators/sepBy1: add sepBy1 combinator (52b7ddf)

v2.3.1

01 Jun 16:46
Compare
Choose a tag to compare

2.3.1 (2022-06-01)

Bug Fixes

  • combinators/many1: fix many1 behavior (169bf2e)

v2.3.0

01 Jun 13:25
Compare
Choose a tag to compare

2.3.0 (2022-06-01)

Features

  • combinators/when: add context-aware when combinator (1537b51)

v2.2.0

31 May 15:55
Compare
Choose a tag to compare

2.2.0 (2022-05-31)

Features

  • bench: add latest sigma for benchmarks (f48e132)

v2.1.3

31 May 11:11
Compare
Choose a tag to compare

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

31 May 10:31
Compare
Choose a tag to compare

2.1.2 (2022-05-31)

Bug Fixes

  • combinators/sepBy: fix behavior & improve perf (f709a30)