Releases: ehmicky/gulp-execa
Releases · ehmicky/gulp-execa
Release 4.2.0
Features
- Reduce npm package size
Release 4.1.0
Features
- Add TypeScript types
Release 4.0.0
Breaking changes
- Minimal supported Node.js version is now
14.18.0
Features
- The
cwd
option can now be a URL
Release 3.0.2
Bug fixes
- Fix examples
Release 3.0.1
Bug fixes
- Fix
main
field inpackage.json
Release 3.0.0
Breaking changes
- Minimal supported Node.js version is now
12.20.0
- This package is now an ES module. It can only be loaded with an
import
orimport()
statement, notrequire()
. See this post for more information.
Features
- Improve colors detection
Release 2.0.0
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
Release 1.1.0
Features
- Add
serialization
option. That option was added tochild_process
methods in Node.js13.2.0
.
Release 1.0.3
Bug fixes
- Default the
all
option totrue
whenfrom: 'all'
is used. - Allow passing the
execPath
Execa option