All Versions
15
Latest Version
Avg Release Cycle
92 days
Latest Release
1667 days ago

Changelog History
Page 2

  • v0.2.0.1 Changes

    May 23, 2016
    • ๐Ÿ— Build with GHC 8.
  • v0.2.0.0 Changes

    December 27, 2015

    ๐Ÿ’ฅ Breaking changes:

    • unpinch no longer returns Either String a. Instead it returns a Parser a.
    • ๐Ÿ— Protocol.serialize* methods no longer produce a ByteString.Builder and the serialized length. Instead, they produce a custom Builder type.

    Other changes:

    • ๐ŸŽ Improve deserialization performance significantly by getting rid of unnecessary calls to Data.Typeable.{eqT, cast}.
    • ๐ŸŽ Improve serialization performance by allocating the output buffer in one go rather than using ByteString.Builder.
    • ๐ŸŽ Improve serialization and deserialization performance further by changing the intermediate representation of lists, sets, and maps.
  • v0.1.0.2 Changes

    December 27, 2015
    • Loosen vector version constraint.
  • v0.1.0.1 Changes

    November 15, 2015
    • ๐Ÿ— Fixed recursion in C pre-processor expansion. This can break the build on some systems.
  • v0.1.0.0 Changes

    November 15, 2015
    • ๐Ÿš€ Initial release.