Releases: jcoreio/promisify-child-process
Releases · jcoreio/promisify-child-process
v3.1.0
v3.0.1
3.0.0
BREAKING CHANGES
- If you want
stdout
orstderr
in the result of aspawn
ed orfork
ed child process, you must now pass themaxBuffer
orencoding
option. (maxBuffer
defaults
to200 * 1024
if onlyencoding
is given). In previous versions all output was always captured
if piped to the parent, potentially exhausting available memory and crashing the parent process.
v2.1.2
v2.1.1
v2.1.0
v2.0.0
v1.0.6
1.0.6 (2018-04-19)
Bug Fixes
- deps: update dependency flow-bin to ^0.65.0 (defc010)
- deps: update dependency flow-bin to ^0.66.0 (d2d1245)
- deps: update dependency flow-bin to ^0.66.0 (a469b3c)
- deps: update dependency flow-bin to ^0.67.1 (fa9d9b1)
- deps: update dependency flow-bin to ^0.67.1 (34008d7)
- deps: update dependency flow-bin to ^0.68.0 (52adf8b)
- deps: update dependency flow-bin to ^0.69.0 (33bbad2)
- errors with flow 0.70 (31e6b98)