Releases: gcanti/parser-ts
Releases · gcanti/parser-ts
0.7.0
Upgrade peerDependencies
to latest fp-ts
(2.14.0), #60
0.6.15
- Bug Fix
- re-implement
many
and many1
in terms of ChainRec
, closes #45 (@IMax153)
0.6.12
- Bug Fix
- fix
ChainRec
implementation for Parser
(@IMax153)
- fix
string
parser exceeding recursion limit on long strings, closes #41 (@IMax153)
0.6.11
- New Feature
- add
ChainRec
instance for Parser
(@IMax153)
- add
manyTill
and many1Till
to Parser
module (@IMax153)
0.6.10
- New Feature
- add
filter
and optional
to Parser
module (@IMax153)
0.6.9
- New Feature
- expose modules without lib/es6 prefix, closes #32 (@gcanti)
0.6.8
- New Feature
- Add "do notation" to
Parser
monad (@CYBAI)