Releases: sindresorhus/execa
Releases Β· sindresorhus/execa
v9.6.1
v9.6.0
v9.5.3
v9.5.2
v9.5.1
v9.5.0
v9.4.1
v9.4.0
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
- Both
execaNode()and thepreferLocaloption modify thePATHenvironment variable. This release includes some minor improvements to ensure that environment variable remains small (sindresorhus/npm-run-path#20). It also handles a few related edge cases better (sindresorhus/npm-run-path#21).
Documentation
v9.3.1
Thanks @holic and @jimhigson for your contributions!
Bugs
- Do not crash when using a custom Node.js binary without ICU support. (#1144)
Bugs (types)
- Fix type of the
envoption. It was currently failing for Remix or Next.js users. (by @holic) (#1141)
Documentation
- Fix typo in "Inputs" documentation. (by @jimhigson) (#1145)
- Document how to terminate hanging subprocesses. (#1140)
- Document how to add custom logging. (#1131)
v9.3.0
Features
- The
verboseoption can now be a function to customize logging. (#1130)