Skip to content

Releases: sindresorhus/execa

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)

v3.0.0

14 Oct 14:27
Compare
Choose a tag to compare

Breaking changes

Features

Bug fixes

  • Fix errors being thrown when detached: true or cleanup: false is used (#360)
  • Make execa compatible with Node.js 13.0.0-pre (#370)

Dependencies

  • Upgrade npm-run-path from 3.0.0 to 4.0.0 (#376)
  • Upgrade cross-spawn to 7.0.0 (#367)

Documentation

  • Document the reasons why the returned promise might fail (#364)

v2.1.0

09 Oct 09:13
Compare
Choose a tag to compare

Features

Documentation

  • Document the reasons why the returned promise might fail (#364)

Dependencies

  • Upgrade cross-spawn to 7.0.0 (#367)

v2.0.5

04 Oct 08:07
Compare
Choose a tag to compare

Bug fixes

  • Make execa compatible with Node.js 13.0.0-pre (#370) d268fd1

v2.0.4...v2.0.5

v2.0.4

15 Aug 10:33
Compare
Choose a tag to compare

Bug fixes

  • Fix errors being thrown when detached: true or cleanup: false is used (#360) 211febe

v2.0.3...v2.0.4

v2.0.3

05 Jul 08:36
Compare
Choose a tag to compare

Bug fixes

  • Add missing TypeScript definition for all (#345)

Documentation

  • Add tip on how to execute the current package's binary (#339, #340)

v2.0.2

01 Jul 10:29
Compare
Choose a tag to compare

Bug fixes

  • Fix memory leak (#321, #330)
  • Fix result.all not being constant across calls (#327, #330)

v2.0.1

26 Jun 10:16
Compare
Choose a tag to compare

Bug fixes

  • Correctly set the engines.node field in package.json. Supported Node versions are either ^8.12.0 or >=9.7.0 (#319, #323)

Documentation

v2.0.0

25 Jun 11:27
Compare
Choose a tag to compare

Thanks to @GMartigny, @BendingBender, @tomsotte, @ammarbinfaisal, @zokker13, @stroncium, @satyarohith, @bradfordlemley, @coreyfarrell, @brandon93s, @dtinth, @papb for the great features and bug fixes they've contributed!

Please check the Medium article about this release!

Breaking changes

Features

Bug fixes

Documentation

Design

Tests

Maintainers

  • Add @ehmicky as an additional maintainer.