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

Changelog History
Page 3

  • v0.5.0.0 Changes

    • Now the constructors for "PipingPolicy" take "Siphons" directly, instead of continuation functions.
    • โœ‚ Removed "separated" and "combined" functions, added new "PipingPolicy" constructors in their place.
    • โœ‚ Removed "LeftoverPolicy", its function is now performed by Siphons.
    • โœ‚ Removed "surely", "safely", "monoidally" functions with confusing signatures.
    • โœ‚ Removed all occurrences of unbounded buffers in the code.
    • ๐Ÿ‘ Implemented support for branching pipelines of processes.
  • v0.3.0.0 Changes

    • ๐Ÿ“‡ Renamed many functions (the number-based naming schema is gone).
    • ๐Ÿšš Decisions about how to consume the standard streams were moved to the new "PipingPolicy" type.
    • "ForkProd" is now "Siphon".
    • ๐Ÿ‘€ "execute" can now throw IOExceptions (but see "safeExecute").
    • Some complicated types were hidden behind data declarations.
    • Functor, Bifunctor and Profunctor instances for some types.
  • v0.0.1.1 Changes

    • โž• Added some examples.
    • Re-exported System.Process from System.Process.Streaming.