Changelog of @hackage/lz4-hs 0.1.5.2

lz4

0.1.5.2

  • Upgrade bundled sources to 1.9.4

0.1.5.1

  • Upgrade to lz4 1.9.3 under the hood

0.1.5.0

  • Export single-threaded block compression functions
  • Avoid passing unitialized memory to the caller

0.1.4.1

  • Use lZ4DecompressionContextFree correctly
  • Internal cleanup (remove redundant pragmas)

0.1.4.0

  • Add compressSz supporting higher levels of compression for streams

0.1.3.0

  • Add decompressBufSz for frames
  • Add some sensibly placed bang patterns

0.1.2.0

  • Add cross flag
  • Fix some stuff for cross-compiling

0.1.1.0

  • Export lZ4VersionString and lZ4VersionNumber
  • Add lZ4MaxInputSize and lZ4HCClevelMax
  • Add compressBlockHC
  • Add {-# NOINLINE -#} pragmas in various places

0.1.0.0

Initial release