binary-parsers v0.2.3.0 Release Notes

Release Date: 2016-09-28 // over 7 years ago
    • ✂ Remove MultiWayIf to support older GHC (7.4 and 7.6).
    • ➕ Add eitherDecoder and maybeDecoder.

Previous changes from v0.2.2.0

    • Minor optimization to 'takeTill', 'takeWhile' and 'signed'.
    • ➕ Add documents on backtracking.