Skip to content

0.6.0

Compare
Choose a tag to compare
@sun-zheng-an sun-zheng-an released this 23 Feb 16:25
· 58 commits to master since this release

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