All Versions
33
Latest Version
Avg Release Cycle
71 days
Latest Release
1922 days ago

Changelog History
Page 1

  • v0.15.0

    September 05, 2019
  • v0.14.18 Changes

    September 30, 2018
    • ๐Ÿš€ Branch/Release Snafu
  • v0.14.17 Changes

    September 30, 2018
    • Require basement >= 0.0.7, Fix compilation with GHC 8,6
    • ๐Ÿ‘ Cleanup CPP, dropping support for much older version
  • v0.14.16 Changes

    February 27, 2018
    • ๐Ÿ›  Fix compilation with a newer basement (>= 0.0.7) and an older GHC (< 8.0)
  • v0.14.15 Changes

    February 26, 2018
    • โœ… Convert tests to foundation checks
    • ๐Ÿ‘ท Convert CI to haskell-ci
    • ๐Ÿ›  Fix compilation without foundation
    • Introduce ByteArrayL and associated method, as a type level sized version of ByteArray
    • โž• Add NormalForm for Bytes and ScrubbedBytes
  • v0.14.14 Changes

    January 23, 2018
    • ๐Ÿ›  Fix bounds issues with empty strings in base64 and base32
    • ๐Ÿ‘Œ Improve tests compatibility w.r.t old basement version
  • v0.14.13 Changes

    January 19, 2018
    • ๐Ÿ– Handle compat SPECIALIZE for older GHC
  • v0.14.12 Changes

    January 11, 2018
    • Optimise copy operations and convert
    • โž• Add instance of ByteArrayAccess and ByteArray for Block
    • โž• Add Block and UArray in memory's tests
  • v0.14.11 Changes

    December 21, 2017
    • ๐Ÿ›  Fix issue in unBase64 with an empty bytestring that would cause a segfault
  • v0.14.10 Changes

    December 06, 2017
    • Reintroduce foundation compatibility with old version