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

Changelog History

  • v0.2.5.0 Changes

    • โž• Add a nullStream #24
    • Add withProcessWait, withProcessWait_, withProcessTerm, and withProcessTerm_ #25
  • v0.2.4.1 Changes

    • ๐Ÿ›  Fix a Handle leak in withProcessInterleave and its derivatives.
  • v0.2.4.0 Changes

    • โž• Add readProcessInterleaved and readProcessInterleaved_ to support capturing output from stdout and stderr in a single ByteString value.
  • v0.2.3.0 Changes

    • โž• Add support for the single-threaded runtime via polling
  • v0.2.2.0 Changes

    • โž• Add inherit versions of setter functions
  • v0.2.1.0 Changes

    • Add readProcessStdout, readProcessStdout_, readProcessStderr, and readProcessStderr_
    • Do not show modified environment information in exceptions
  • v0.2.0.0 Changes

    • โœ‚ Remove dependency on conduit and conduit-extra. Relevant code added to Data.Conduit.Process.Typed in conduit-extra-1.2.1.
  • v0.1.1 Changes

    • Introduce 'unsafeProcessHandle' function
  • v0.1.0.1 Changes

    • ๐Ÿ›  Fix bug in waitForProcess that caused exit code to be lost
    • Minor doc improvements
  • v0.1.0.0 Changes

    • ๐ŸŽ‰ Initial commit