All Versions
23
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
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
- 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.