Releases: purescript-node/purescript-node-child-process
Releases · purescript-node/purescript-node-child-process
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.0
- Use a
StrMap Stringfor child process environments inspawn, in order to ensure environment variable values are strings - Allow inheritance of parent process environment by passing
Nothingto theenvparameter - Use an opaque data type for
ChildProcessvalues - Use
Intinstead ofNumberwhere applicable (eg,gid,uid,pid) - Require
Efffor reading mutable state of aChildProcess - Simplify effects; now, we just have
cp :: CHILD_PROCESSfor spawning and communicating with child processes - Use a sum type to allow more flexibility with what to do with standard IO streams / file descriptors in the child process after spawning
- Fix a bug where callbacks in
onExitandonClosedid not get called - Add a
ChildProcessExittype with information about how a child process exited - Fix warnings
- Update dependencies:
purescript-node-streams->~0.3.0
See joneshf/purescript-node-child-process#2 for the rationale behind many of these changes.