All Versions
12
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.4.4 Changes

    • Depend on streaming-commons instead of zlib and zlib-bindings, as the latter are deprecated.

    • ➕ Add Pipes.Zlib.decompress' and Pipes.GZip.decompress'.

    • ⬆️ Bump upper bound dependency on transformers.

    • ➕ Add tests.

  • v0.4.4.1 Changes

    • ⬆️ Bump upper bound dependency on pipes.
  • v0.4.3 Changes

    • 🛠 Fix usage of the Producer' type synonym (#14).
  • v0.4.2 Changes

    • ➕ Added the Pipes/GZip.hs file that was missing in 0.4.1.
  • v0.4.2.1 Changes

    • 🛠 Fix “Codec.Compression.Zlib: premature end of compressed stream” (#13)
  • v0.4.1 Changes

    • ➕ Added Pipes.GZip module.
  • v0.4.0 Changes

    • Backwards incompatible API. compress and decompress are now functions of Producer's as they need to perform actions at the beginning and end of input. (Issue #3)
  • v0.4.0.1 Changes

    • ⬆️ Bump upper bound dependency on transformers.
  • v0.3.1 Changes

    • Dependency upper bounds.
  • v0.3.0 Changes

    • ⬆️ Upgraded to work with pipes-4.0.0, creating a new backwards incompatible API.

    • Generalize base IO monad to MonadIO.