Skip to content

Releases: gcanti/parser-ts

0.7.0

26 Apr 14:42
Compare
Choose a tag to compare

Upgrade peerDependencies to latest fp-ts (2.14.0), #60

0.6.16

10 Nov 08:49
Compare
Choose a tag to compare

0.6.15

20 Aug 08:59
Compare
Choose a tag to compare
  • Bug Fix
    • re-implement many and many1 in terms of ChainRec, closes #45 (@IMax153)

0.6.14

03 Jun 15:34
Compare
Choose a tag to compare
  • Bug Fix

0.6.13

23 Mar 07:33
Compare
Choose a tag to compare

0.6.12

26 Feb 05:44
Compare
Choose a tag to compare
  • Bug Fix
    • fix ChainRec implementation for Parser (@IMax153)
    • fix string parser exceeding recursion limit on long strings, closes #41 (@IMax153)

0.6.11

12 Oct 14:39
Compare
Choose a tag to compare
  • New Feature
    • add ChainRec instance for Parser (@IMax153)
    • add manyTill and many1Till to Parser module (@IMax153)

0.6.10

15 Sep 14:13
Compare
Choose a tag to compare
  • New Feature
    • add filter and optional to Parser module (@IMax153)

0.6.9

11 Sep 10:43
Compare
Choose a tag to compare
  • New Feature
    • expose modules without lib/es6 prefix, closes #32 (@gcanti)

0.6.8

07 Sep 06:22
Compare
Choose a tag to compare
  • New Feature
    • Add "do notation" to Parser monad (@CYBAI)