- Bumped dependency on
text
to support 1.0
- Fixed an issue caused by deserializing illegal maps.
- Fixed issue #7, permitting the doctests to function against bytestring 0.9
- Fixed issue #6 with regards to the test harness performance.
- Fixed the doctests from 0.11.2
- Constraint
binary
version for issue #5.
- Liberalized containers dependency to allow
containers
versions all the way back to 0.3 for stackage purposes
- Added
Data.Bytes.VarInt
andData.Bytes.Signed
.
- Switched to <stdint.h> to get more portable size correctness.
- Fixed typo in
cbits/i2d.c
that was causing a linking error.
- Changed all of the byte orders to big-endian by default except for
Word
andInt
, which are variable sized.
- Added proper support for
binary
0.7. - Restored
lookAheadM
andlookAheadE
, thanks to the return oflookAheadE
inbinary
0.7. - Renamed
Unchecked
toRemaining
, and removed theuncheckedLookAhead
function, as it is no longer supported downstream.
- Trustworthiness
- Added a missing () instance
- Added
Serial2
and various missingSerial1
instances.
- Added
Serial
andSerial1
.
- Repository initialized