All Versions
33
Latest Version
Avg Release Cycle
71 days
Latest Release
1922 days ago
Changelog History
Page 1
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