- Remove
MultiWayIf
to support older GHC (7.4 and 7.6). - Add
eitherDecoder
andmaybeDecoder
.
- Minor optimization to 'takeTill', 'takeWhile' and 'signed'.
- Add documents on backtracking.
- Add
parse
,parseDetail
,parseDetailLazy
. - Reduce these running functions' overhead so that binary performs well on small getters now.
- Add scanner to benchmarks.
- Add
endOfLine
combinator. - Add http request parsing benchmark.
- Fix a numeric parser bug.
- Fix wrong documents.