binary-parsers v0.2.3.0 Release Notes
Release Date: 2016-09-28 // about 8 years ago-
- ✂ Remove
MultiWayIf
to support older GHC (7.4 and 7.6). - ➕ Add
eitherDecoder
andmaybeDecoder
.
- ✂ Remove
Previous changes from v0.2.2.0
-
- Minor optimization to 'takeTill', 'takeWhile' and 'signed'.
- ➕ Add documents on backtracking.