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

Changelog History
Page 1

  • v0.3.5.0 Changes

    September 25, 2019
    • ๐Ÿ“œ Introduce decodeWithLeftovers for receiving unparsed portions of the provided bytestring.
  • v0.3.4.1 Changes

    February 20, 2019
    • Bounds bumps
  • v0.3.4.0 Changes

    November 11, 2018
    • ๐Ÿ‘ Support GHC 8.6 (#20).
  • v0.3.3.0 Changes

    June 15, 2018
    • Add Semigroup instances for some internal types. This improves GHC 8.4 compatibility.
  • v0.3.2.0 Changes

    June 03, 2017
    • ๐Ÿ›  Compact: Fixed bug which caused incorrect encoding of doubles.
  • v0.3.1.0 Changes

    May 14, 2017
    • ๐Ÿ‘Œ Support GHC 8.2 (#14).
  • v0.3.0.2 Changes

    May 14, 2017
    • โฌ†๏ธ Bump upper bound for vector (#11).
  • v0.3.0.1 Changes

    May 14, 2017
    • Compile on 32-bit systems.
  • v0.3.0.0 Changes

    June 02, 2016
    • โž• Add support for the Thrift Compact Protocol (#2).
    • โž• Add support for returning the leftover ByteString when parsing Thrift
      ๐Ÿ›ฐ payloads (#3).
  • v0.2.0.2 Changes

    July 13, 2016
    • Compile on 32-bit systems.