Skip to content

0.3.0

Compare
Choose a tag to compare
@trowski trowski released this 25 Nov 01:54
· 169 commits to 2.x since this release
f1bf550

Windows support added!

Only some minor API breaks were necessary:

  • Process::getPid() now returns a promise for the PID.
  • Process::getStdIn() returns an instance of ProcessInputStream instead of ResourceInputStream, however the same API is shared by both classes.
  • Process::getStdOut() and Process::getStdErr() both return an instance of ProcessOutputStream instead of ResourceOutputStream, however the same API is shared by both classes.