All Versions
11
Latest Version
Avg Release Cycle
143 days
Latest Release
2082 days ago

Changelog History
Page 1

  • v0.5.8.1 Changes

    May 31, 2019
    • GHC 8.8.1 compatibility
  • v0.5.8.0 Changes

    January 07, 2019
    • โž• Added ShortByteString instances
  • v0.5.7.0 Changes

    August 07, 2018
    • โž• Added runPutMBuilder
  • v0.5.6.0 Changes

    • โž• Added GSerializeGet and GSerializePut instances for V1
  • v0.5.5.0 Changes

    • โž• Added Semigroup instances
  • v0.5.4.0 Changes

    November 09, 2016
    • ๐Ÿ‘ Allow building with older versions of GHC (thanks to Ryan Scott!)
    • โž• Additional putters for ints (thanks to Andrew Martin!)
  • v0.5.3.0

    July 22, 2016
  • v0.5.2.0 Changes

    • ๐Ÿ”จ Implement the AMP recommended refactoring for the Functor/Applicative/Monad hierarchy for Get and PutM (thanks to Herbert Valerio Riedel!)
    • ๐Ÿ‘ Unconditionally support GHC generics (thanks to Eric Mertens!)
    • Split the GSerialize class in two, to deal with a GHC bug (thanks Austin Seipp!)
    • No longer use Enum in the Serialize instance for Bool (thanks Francesco Mazzoli!)
  • v0.5.1.0 Changes

    November 12, 2015
    • ๐Ÿšš Re-enable GHC.Generics support which was accidentally removed in 0.5.0.0
  • v0.5.0.0 Changes

    November 02, 2015
    • ๐Ÿ— Switch to using the builder provided by the ByteString package
    • ๐Ÿ”„ Change the encoding of Float and Double with the Serialize class to use the Data.Serialize.IEEE754 module
    • โž• Add support for encoding and decoding ShortByteString
    • ๐Ÿ†• New and improved test suite thanks to Kei Hibino
    • ๐Ÿ›  Fix two bugs involving the lookAhead combinator and partial chunks.