Skip to content

Releases: sindresorhus/execa

v5.0.0

03 Dec 05:21
Compare
Choose a tag to compare

Breaking

  • Remove faulty emulated ENOENT error on Windows (#447) bdbd975
    This is only a breaking change if you depend on the exact error message.

Improvements

v4.1.0...v5.0.0

v4.1.0

28 Oct 11:31
Compare
Choose a tag to compare
  • Remove --inspect & --inspect-brk from execArgv (#435) 8fd3f64

v4.0.3...v4.1.0

v4.0.3

07 Jul 18:32
Compare
Choose a tag to compare
  • Fix use of floating number for the timeout and forceKillAfterTimeout options (#431) 9a157b3

v4.0.2...v4.0.3

v4.0.2

22 May 14:09
Compare
Choose a tag to compare

Bug fixes

  • Fix with third-party promises (like bluebird) not working (#427)

v4.0.1

08 May 14:20
Compare
Choose a tag to compare

Bug fixes

  • Fix checking for Error instances (#423)

v4.0.0

19 Dec 09:56
Compare
Choose a tag to compare

Breaking changes

Bug fixes

  • Fix childProcess.kill() not working with Electron (#400)

v3.4.0

25 Nov 10:20
Compare
Choose a tag to compare

Features

v3.3.0

12 Nov 10:08
Compare
Choose a tag to compare

Features

  • Allow setting the windowsHide option (#388). The option still defaults to true. However previously it could not be set to false.

Documentation

  • Add tip on how to retry Execa on failure (#386).
  • Improve examples (#385)

Thanks @justsml for helping improving the documentation!

v3.2.0

17 Oct 15:13
Compare
Choose a tag to compare

Features

v3.1.0

15 Oct 18:35
Compare
Choose a tag to compare

Features

  • Add execPath option which allows changing the path to the Node.js executable to use in child processes. (#377)