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

Changelog History
Page 2

  • v0.6.8.0 Changes

    • IsString instance for Pump.
    • Some changes in the haddocks.
  • v0.6.7.0 Changes

    • โฌ†๏ธ Bumped some dependencies.
  • v0.6.6.0 Changes

    • โž• Added fromFoldable, fromEnumerable, prefixLines
  • v0.6.5.0 Changes

    • 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.
  • v0.6.2.2 Changes

    • ๐Ÿ‘ Allow text-1.2.
  • v0.6.2.0 Changes

    • โœ‚ Removed ugly (Show e,Typeable) constraints on the error type from many functions.
  • v0.6.1.0 Changes

    • ๐Ÿšš No changes to the external API, but some internal code has moved to a separate package, "conceit".
  • v0.6.0.0 Changes

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

    • A bug slipped by :(
  • v0.5.0.1 Changes

    • ๐Ÿ”„ Changes in the internals to reduce the number of spawned threads.