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

Changelog History
Page 1

  • v0.9.3.0 Changes

    • Semigroup instances.
  • v0.9.2.0 Changes

    • โฌ†๏ธ Bumped pipes-transduce dependency to 0.4.1.
    • ๐Ÿ†• New functions like next and throwE reexported from Pipes.Transduce.
  • v0.9.1.0 Changes

    • โž• Added executeInteractive and executeInteractiveFallibly
    • โž• Added envAt lens for tweaking the environment.
  • v0.9.0.0 Changes

    • ๐Ÿ“ฆ All Siphon functionality has been moved to new package pipes-transduce.
    • Siphons correspond to the "Fold1" datatype in pipes-transduce.
    • "Piping" is now the "Streams" Applicative.
    • ๐Ÿ”€ Exit code handling has been merged into the "Streams" Applicative.
    • โœ‚ Removed pipeline functions.
    • โœ‚ Removed some lenses, added others.
  • v0.7.2.1 Changes

    • ๐Ÿ Asynchronous cancellation now works on Windows (issue #8)
  • v0.7.2.0 Changes

    • contraproduce, contraencoded, Splitter, splitIntoLines, nest
  • v0.7.1.0 Changes

    • contramapFoldable, contramapEnumerable.
  • v0.7.0.2 Changes

    • โฌ†๏ธ Bumped conceit dependency to make it work with GHC 7.10.
  • v0.7.0.0 Changes

    • ๐Ÿ”„ Changed signature of toLines to make it more consistent with that of encoded (breaking change).
    • Stricter signatures of some fromConsumer... functions (breaking change).
    • Pump constructor now hidden (breaking change).
    • โž• Added new fromConsumer... functions for Consumers that don't stop.
    • Functions to throw exceptions for encoding errors (unwantedX, leftoverX, _leftoverX). Also a new LeftoverException.
    • Re-exported more decoding functions from pipes-text.
    • ๐Ÿ†• New module System.Process.Streaming.Extended with some experimental functions.
    • ๐Ÿ†• New module System.Process.Streaming.Internal.
  • v0.6.9.0 Changes

    • fromLazyBytes, intoLazyBytes, intoLazyText.
    • re-export decodeUtf8 from pipes-text.