Skip to content

Releases: sun-zheng-an/gulp-shell

0.8.0

12 Feb 12:16
a2f4a20
Compare
Choose a tag to compare

Changed

  • Require Node.js >= 10.0.0
  • Update dependencies

0.7.1

07 Jun 09:11
0a44d26
Compare
Choose a tag to compare

Changed

  • Drop async as dependencies 16e5d6d

0.7.0

02 Mar 17:12
96fbc73
Compare
Choose a tag to compare

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

30 Dec 17:25
c2f3840
Compare
Choose a tag to compare

Changed

  • Move vinyl out of dependencies #96

0.6.4

30 Dec 05:48
212ab26
Compare
Choose a tag to compare

Changed

  • Drop dependency on deprecated gulp-util #95

0.6.3

07 Mar 18:34
Compare
Choose a tag to compare

Changed

  • Require Node.js >= 5.7.0 for 5.x

Fixed

0.6.2

06 Mar 20:24
Compare
Choose a tag to compare

Changed

  • Require Node.js >= 4.8.0

Fixed

0.6.1

23 Feb 16:30
Compare
Choose a tag to compare

Changed

  • Transform all the ES5 code into ES6
  • Require Node.js >= 4

Fixed

  • Keep process.env unchanged. e07809d

0.6.0

23 Feb 16:25
Compare
Choose a tag to compare

Added

  • Add options.shell for changing the shell

Changed

  • Switch child_process.exec to child_process.spawn, this should improve the IO performance and fix issues like #65 #66 #84

Removed

  • options.interactive, it's interactive always now
  • options.maxBuffer, it's unlimited now
  • options.timeout, it's removed because child_process.spawn doesn't provide an option to do that

Fixed

  • #65 Preserve colors without forcing it
  • #66 Interactive tasks should exit properly now
  • #84 Fix problems like [Errno 35] Resource temporarily unavailable

0.5.2

23 Feb 16:48
Compare
Choose a tag to compare

Added

  • Support templating in options.cwd #46

Changed

  • Relax dependency constraints 3fd8960