- Remove
MultiWayIfto support older GHC (7.4 and 7.6). - Add
eitherDecoderandmaybeDecoder.
- 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
endOfLinecombinator. - Add http request parsing benchmark.
- Fix a numeric parser bug.
- Fix wrong documents.