Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@jedwards1211 jedwards1211 released this 02 Jun 19:48
· 1 commit to master since this release

5.0.0 (2022-06-02)

Bug Fixes

  • upgrade promisify-child-process (82be7cd)

BREAKING CHANGES

  • If you want stdout or stderr in the result of a promake.spawned child process, you
    must now pass the maxBuffer or encoding option. (maxBuffer defaults to 200 * 1024 if only encoding
    is given). In previous versions all output was always captured if piped to the parent, potentially
    exhausting available memory and crashing the parent process.
  • Drop support for Node < 8