Skip to content

Releases: MarcDiethelm/superspawn

0.1.0

04 May 16:43
Compare
Choose a tag to compare
  • Fix Windows issues: execute native commands, execute *.js files.
  • You can pass a standard callback. Instead of returning a Q.promise the return will be undefined.
  • Adds basic tests.

0.0.2

04 May 16:39
Compare
Choose a tag to compare
  • Remove stdout capture for stdio 'inherit'. It removed color from the output and broke Inquirer.js' 'checkbox' prompt. And it is not what the user expects anyway, even though it would be very nice to have.

0.0.1

04 May 16:41
Compare
Choose a tag to compare
  • Copy Apache Cordova coho's superspawn.js.
  • Add npm/node module stuff.
  • Fix a stdio config bug.
  • Replace shelljs(.which) with module 'which'.