All Versions
18
Latest Version
Avg Release Cycle
21 days
Latest Release
1256 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.0 Changes
December 25, 2019๐ฅ Breaking changes
- ๐ Minimal supported Node.js version is now
10.17.0
- โ Add
stderr
andstdout
toerror.message
. A new propertyerror.shortMessage
is now available to retrieve the error message withoutstderr
norstdout
(#397)
๐ Features
- โฌ๏ธ Upgrade to
Execa
4.0.0
- ๐ Minimal supported Node.js version is now
-
v1.1.0 Changes
November 25, 2019๐ Features
- โ Add
serialization
option. That option was added tochild_process
methods in Node.js13.2.0
.
- โ Add
-
v1.0.3 Changes
November 01, 2019๐ Bug fixes
- 0๏ธโฃ Default the
all
option totrue
whenfrom: 'all'
is used. - ๐ Allow passing the
execPath
Execa option
- 0๏ธโฃ Default the
-
v1.0.2 Changes
October 14, 2019Dependencies
- ๐ Upgrade
execa
- ๐ Upgrade
-
v1.0.1 Changes
August 17, 2019๐ Bug fixes
- ๐ Fix errors being thrown when the
detached
orcleanup
options are used (sindresorhus/execa#360)
- ๐ Fix errors being thrown when the
-
v1.0.0 Changes
June 25, 2019๐ Features
๐ Upgrade to latest execa release
2.0.0
. -
v0.9.1 Changes
June 25, 2019Internal
- ๐ Fix some tests
-
v0.9.0 Changes
June 25, 2019Internal
- ๐ Only internal changes and documentation updates
-
v0.8.0 Changes
June 18, 2019๐ Features
error.stdout
,error.stderr
anderror.all
now contain the data that was sent before the child process exit.- If
childProcess.kill()
does not terminate a child process after 5 seconds, force it by sendingSIGKILL
. This can be configured using theforceKillAftrerTimeout
option. - Increase
maxBuffer
option default value from10 MB
to100 MB
๐ Bug fixes
- Ensure errors always have the same shape.
-
v0.7.1 Changes
June 18, 2019๐ Bug fixes
- ๐ Fix
npm install gulp-execa
sometimes failing (#2)
- ๐ Fix