All Versions
4
Latest Version
Avg Release Cycle
7 days
Latest Release
2739 days ago

Changelog History

  • v0.2.3.0 Changes

    September 28, 2016
    • ✂ Remove MultiWayIf to support older GHC (7.4 and 7.6).
    • ➕ Add eitherDecoder and maybeDecoder.
  • v0.2.2.0 Changes

    September 21, 2016
    • Minor optimization to 'takeTill', 'takeWhile' and 'signed'.
    • ➕ Add documents on backtracking.
  • v0.2.1.0 Changes

    • ➕ Add parse,parseDetail, parseDetailLazy.
    • ⬇️ Reduce these running functions' overhead so that binary performs well on small getters now.
    • ➕ Add scanner to benchmarks.
  • v0.2.0.0 Changes

    • ➕ Add endOfLine combinator.
    • ➕ Add http request parsing benchmark.
    • 🛠 Fix a numeric parser bug.
    • 🛠 Fix wrong documents.