Skip to content

Releases: sindresorhus/execa

v9.6.1

29 Nov 20:53

Choose a tag to compare

  • Fix VerboseOption type not being properly exported (#1215) 7891c39

v9.6.0...v9.6.1

v9.6.0

26 May 21:59

Choose a tag to compare


v9.5.3...v9.6.0

v9.5.3

08 May 20:11

Choose a tag to compare


v9.5.2...v9.5.3

v9.5.2

07 Dec 23:13

Choose a tag to compare

Bug fixes

v9.5.1

29 Oct 07:28

Choose a tag to compare

Bug fixes

  • Fix odd characters being printed in verbose mode on Windows (thanks @IIIMADDINIII). (#1167)

v9.5.0

27 Oct 07:57

Choose a tag to compare

Features

await execa({stdout: {file: 'output.txt', append: true}})`npm run build`;

v9.4.1

16 Oct 19:02

Choose a tag to compare

Bug fixes

  • Fix using process.execPath with Deno. Thanks @w3cj! (#1160)

v9.4.0

16 Sep 22:47

Choose a tag to compare

Features

  • We've created a separate package called nano-spawn. It is similar to Execa but with fewer features, for a much smaller package size. More info.

Bug fixes

Documentation

v9.3.1

14 Aug 20:05

Choose a tag to compare

Thanks @holic and @jimhigson for your contributions!

Bugs

Bugs (types)

  • Fix type of the env option. It was currently failing for Remix or Next.js users. (by @holic) (#1141)

Documentation

v9.3.0

21 Jun 18:24

Choose a tag to compare

Features