Releases: sun-zheng-an/gulp-shell
Releases · sun-zheng-an/gulp-shell
0.8.0
0.7.1
0.7.0
Changed
- Rewrite in TypeScript, provide type definitions officially (no more @types/gulp-shell) 069bb0c
- Include the plugin name in logs 14caae5
- Require Node.js >= 6.0.0
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
Added
- Add
options.shell
for changing the shell
Changed
- Switch
child_process.exec
tochild_process.spawn
, this should improve the IO performance and fix issues like #65 #66 #84
Removed
options.interactive
, it's interactive always nowoptions.maxBuffer
, it's unlimited nowoptions.timeout
, it's removed becausechild_process.spawn
doesn't provide an option to do that