- Bumped dependency on
textto 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
binaryversion for issue #5.
- Liberalized containers dependency to allow
containersversions all the way back to 0.3 for stackage purposes
- Added
Data.Bytes.VarIntandData.Bytes.Signed.
- Switched to <stdint.h> to get more portable size correctness.
- Fixed typo in
cbits/i2d.cthat was causing a linking error.
- Changed all of the byte orders to big-endian by default except for
WordandInt, which are variable sized.
- Added proper support for
binary0.7. - Restored
lookAheadMandlookAheadE, thanks to the return oflookAheadEinbinary0.7. - Renamed
UncheckedtoRemaining, and removed theuncheckedLookAheadfunction, as it is no longer supported downstream.
- Trustworthiness
- Added a missing () instance
- Added
Serial2and various missingSerial1instances.
- Added
SerialandSerial1.
- Repository initialized