All Versions
10
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.2.4.1 Changes
- 🛠 Fix a
Handle
leak inwithProcessInterleave
and its derivatives.
- 🛠 Fix a
-
v0.2.4.0 Changes
- ➕ Add
readProcessInterleaved
andreadProcessInterleaved_
to support capturing output from stdout and stderr in a single ByteString value.
- ➕ Add
-
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
, andreadProcessStderr_
- Do not show modified environment information in exceptions
- Add
-
v0.2.0.0 Changes
- ✂ Remove dependency on
conduit
andconduit-extra
. Relevant code added toData.Conduit.Process.Typed
inconduit-extra-1.2.1
.
- ✂ Remove dependency on
-
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
- 🛠 Fix bug in
-
v0.1.0.0 Changes
- 🎉 Initial commit