All Versions
24
Latest Version
Avg Release Cycle
53 days
Latest Release
1375 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.0 Changes
December 03, 2020 -
v4.1.0 Changes
October 28, 2020 -
v4.0.3 Changes
July 07, 2020 -
v4.0.2 Changes
May 22, 2020๐ Bug fixes
- ๐ Fix with third-party promises (like
bluebird
) not working (#427)
- ๐ Fix with third-party promises (like
-
v4.0.1 Changes
May 08, 2020๐ Bug fixes
- ๐ Fix checking for
Error
instances (#423)
- ๐ Fix checking for
-
v4.0.0 Changes
December 19, 2019๐ฅ Breaking changes
- Require Node.js 10 (5a9c76f)
- โ Add
stderr
andstdout
toerror.message
. A new propertyerror.shortMessage
is now available to retrieve the error message withoutstderr
norstdout
(#397)
๐ Bug fixes
- ๐ Fix
childProcess.kill()
not working with Electron (#400)
-
v3.4.0 Changes
November 25, 2019๐ Features
- โ Add
serialization
option. That option was added tochild_process
methods in Node.js13.2.0
. (#392)
- โ Add
-
v3.3.0 Changes
November 12, 2019 -
v3.2.0 Changes
October 17, 2019๐ Features
- โ Add
error.signalDescription
which is a human-friendly description of the signal that terminated the child process (if one did). That description is included in error messages as well. (#378)
- โ Add
-
v3.1.0 Changes
October 15, 2019๐ Features
- โ Add
execPath
option which allows changing the path to the Node.js executable to use in child processes. (#377)
- โ Add