Releases: sun-zheng-an/gulp-shell 
  
  Releases · sun-zheng-an/gulp-shell
      
  0.8.0 
  
    
  
      
        12 Feb 12:16
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Changed 
Require Node.js >= 10.0.0 
Update dependencies 
  
  
  
   
   
  
  0.7.1 
  
    
  
      
        07 Jun 09:11
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  0.7.0 
  
    
  
      
        02 Mar 17:12
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        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
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Changed 
Move vinyl out of dependencies #96  
  
  
  
   
   
  
  0.6.4 
  
    
  
      
        30 Dec 05:48
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Changed 
Drop dependency on deprecated gulp-util #95  
  
  
  
   
   
  
  0.6.3 
  
    
  
      
        07 Mar 18:34
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Changed 
Require Node.js >= 5.7.0 for 5.x 
 
Fixed 
 
  
  
   
   
  
  0.6.2 
  
    
  
      
        06 Mar 20:24
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  0.6.1 
  
    
  
      
        23 Feb 16:30
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        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 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        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 nowoptions.maxBuffer, it's unlimited nowoptions.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 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Added 
Support templating in options.cwd #46  
 
Changed 
Relax dependency constraints 3fd8960