gulp-execa v2.0.0 Release Notes
Release Date: 2019-12-25 // over 5 years ago-
๐ฅ 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
Previous changes from v1.1.0
-
๐ Features
- โ Add
serialization
option. That option was added tochild_process
methods in Node.js13.2.0
.
- โ Add