Skip to content

Releases: jcoreio/promisify-child-process

v3.1.0

27 Nov 04:48
Compare
Choose a tag to compare

3.1.0 (2018-11-27)

Bug Fixes

  • add generated js and js.flow files to .gitignore (ce24cf8)
  • upgrade deps (54ae286)

Features

v3.0.1

26 Nov 17:56
Compare
Choose a tag to compare

3.0.1 (2018-11-26)

Bug Fixes

3.0.0

26 Nov 18:08
637e2d5
Compare
Choose a tag to compare

BREAKING CHANGES

  • If you want stdout or stderr in the result of a spawned or forked 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.

v2.1.2

06 Oct 14:37
Compare
Choose a tag to compare

2.1.2 (2018-10-06)

Bug Fixes

  • avoid using Object.assign (a7914bc)

v2.1.1

06 Oct 14:29
Compare
Choose a tag to compare

2.1.1 (2018-10-06)

Bug Fixes

  • promisifyChildProcess: improve efficiency (ace2c82)

v2.1.0

30 Sep 04:46
Compare
Choose a tag to compare

2.1.0 (2018-09-30)

Features

  • add TypeScript definitions (6abf3d6), closes #39

v2.0.0

29 Jun 00:33
Compare
Choose a tag to compare

2.0.0 (2018-06-29)

Bug Fixes

  • remove babel-plugin-transform-runtime (09ba7c3), closes #10

BREAKING CHANGES

  • old versions of node will need to use a Promise polyfill (however due to a bug
    in the dependencies in this package it may not have been working for you anyway).

v1.0.6

19 Apr 23:57
Compare
Choose a tag to compare

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)

v1.0.5

07 Feb 02:15
Compare
Choose a tag to compare

1.0.5 (2018-02-07)

Bug Fixes

  • deps: update dependency flow-bin to ^0.65.0 (125b223)

v1.0.4

02 Feb 20:36
028cb0d
Compare
Choose a tag to compare

1.0.4 (2018-02-02)

Bug Fixes

  • deps: update dependency mocha to ^5.0.0 (aa1f3b9)