All Versions
34
Latest Version
Avg Release Cycle
100 days
Latest Release
230 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v9.6.1 Changes
November 29, 2025 -
v9.6.0 Changes
May 26, 2025 -
v9.5.3 Changes
May 08, 2025 -
v9.5.2 Changes
December 07, 2024๐ Bug fixes
- ๐ Fix escaping newlines inside template strings. Thanks @aarondandy! (#1176)
-
v9.5.1 Changes
October 29, 2024๐ Bug fixes
- ๐ Fix odd characters being printed in
verbosemode on Windows (thanks @IIIMADDINIII). (#1167)
- ๐ Fix odd characters being printed in
-
v9.5.0 Changes
October 27, 2024๐ Features
๐ When redirecting
stdoutorstderrto a file, allow appending instead of overwriting. (#1166)awaitexeca({stdout:{file:'output.txt',append:true}})
npm run build;
-
v9.4.1 Changes
October 16, 2024 -
v9.4.0 Changes
September 16, 2024๐ 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 Changes
August 14, 2024Thanks @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 Changes
June 21, 2024๐ Features
- ๐ฒ The
verboseoption can now be a function to customize logging. (#1130)
- ๐ฒ The