Releases: gcanti/parser-ts
Releases · gcanti/parser-ts
0.7.0
26 Apr 14:42
Compare
Sorry, something went wrong.
No results found
Upgrade peerDependencies to latest fp-ts (2.14.0), #60
0.6.16
10 Nov 08:49
Compare
Sorry, something went wrong.
No results found
0.6.15
20 Aug 08:59
Compare
Sorry, something went wrong.
No results found
Bug Fix
re-implement many and many1 in terms of ChainRec, closes #45 (@IMax153 )
0.6.14
03 Jun 15:34
Compare
Sorry, something went wrong.
No results found
0.6.13
23 Mar 07:33
Compare
Sorry, something went wrong.
No results found
0.6.12
26 Feb 05:44
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
New Feature
add ChainRec instance for Parser (@IMax153 )
add manyTill and many1Till to Parser module (@IMax153 )
0.6.10
15 Sep 14:13
Compare
Sorry, something went wrong.
No results found
New Feature
add filter and optional to Parser module (@IMax153 )
0.6.9
11 Sep 10:43
Compare
Sorry, something went wrong.
No results found
New Feature
expose modules without lib/es6 prefix, closes #32 (@gcanti )
0.6.8
07 Sep 06:22
Compare
Sorry, something went wrong.
No results found
New Feature
Add "do notation" to Parser monad (@CYBAI )