Changelog of @hackage/process-streaming 0.6.5.0

0.6.5.0

  • Brought back the tutorial.
  • Added newtype SiphonOp with Contravariant, Divisible and Decidable instances.
  • PipingPolicy now deprecated, use Piping instead.
  • LinePolicy now deprecated, use Lines instead.
  • linePolicy now deprecated, use toLines instead.
  • Siphon constructors for folds from the "foldl" package.

0.6.2.2

  • Allow text-1.2.

0.6.2.0

  • Removed ugly (Show e,Typeable) constraints on the error type from many functions.

0.6.1.0

  • No changes to the external API, but some internal code has moved to a separate package, "conceit".

0.6.0.0

  • Now compatible with earlier versions of transformers.
  • Simplified LinePolicy.
  • Simplified pipeline functions and datatypes.

0.5.0.2

  • A bug slipped by :(

0.5.0.1

  • Changes in the internals to reduce the number of spawned threads.

0.5.0.0

  • 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.

0.3.0.0

  • 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.

0.0.1.1

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