All Versions
24
Latest Version
Avg Release Cycle
53 days
Latest Release
1233 days ago

Changelog History
Page 1

  • v5.0.0 Changes

    December 03, 2020

    ๐Ÿ’ฅ 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

    • โฌ†๏ธ Upgrade dependencies 5d64878

    v4.1.0...v5.0.0

  • v4.1.0 Changes

    October 28, 2020
    • โœ‚ Remove --inspect & --inspect-brk from execArgv (#435) 8fd3f64

    v4.0.3...v4.1.0

  • v4.0.3 Changes

    July 07, 2020
    • ๐Ÿ›  Fix use of floating number for the timeout and forceKillAfterTimeout options (#431) 9a157b3

    v4.0.2...v4.0.3

  • v4.0.2 Changes

    May 22, 2020

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix with third-party promises (like bluebird) not working (#427)
  • v4.0.1 Changes

    May 08, 2020

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix checking for Error instances (#423)
  • v4.0.0 Changes

    December 19, 2019

    ๐Ÿ’ฅ Breaking changes

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix childProcess.kill() not working with Electron (#400)
  • v3.4.0 Changes

    November 25, 2019

    ๐Ÿ”‹ Features

  • v3.3.0 Changes

    November 12, 2019

    ๐Ÿ”‹ 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 Changes

    October 17, 2019

    ๐Ÿ”‹ Features

  • v3.1.0 Changes

    October 15, 2019

    ๐Ÿ”‹ Features

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