Releases: purescript-deprecated/gulp-purescript 
  
  Releases · purescript-deprecated/gulp-purescript
      
  2.0.1 
  
    
  
      
        28 Aug 22:45
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Bug Fixes 
#65  RTS options only affect compile  
  
  
   
   
  
  2.0.0 
  
    
  
      
        29 Apr 19:01
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Breaking 
The psc function is now compile 
The pscBundle function is now bundle 
The pscDocs function is now docs 
The options for each function now correspond to those available on PureScript 0.11 
 
PR 
#63  Updated to support PureScript 0.11 (@garyb )  
  
  
   
   
  
  1.0.0 
  
    
  
      
        06 Jun 02:06
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Updated to support PureScript 0.9.1 and newer.
Issues 
#59  Adds --json-errors flag#60   Support PureScript 0.9.1  
  
  
   
   
  
  0.8.0: psc-bundle and RTS options 
  
    
  
      
        28 Nov 13:01
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Features 
Adds the --require-path options for psc-bundle and the ability to pass RTS options (#57  @garyb ) 
  
  
  
   
   
  
  0.7.0: Migrate to namespace argument 
  
    
  
      
        09 Sep 01:52
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  0.6.0: Pass-through verbosity 
  
    
  
      
        05 Aug 03:18
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Features 
Warnings are now displayed as verbosity is pass-through from the compiler (#51 ) 
Minor style fix for no-tco option (#48 ) 
Updated implementation for PureScript 0.7 
Using pulp to bootstrap implementation build 
  
  
  
   
   
  
  0.5.0: Release for PureScript 0.7 
  
    
  
      
        02 Jul 16:32
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Features 
Release with support for PureScript 0.7 (#43 , #47 ) (@garyb ) 
Supports ffi in the .psci generation (#40 ) 
Support the relative-path option (#39 ) 
 
Notes 
The pscMake task is now psc. 
The dotPsci task has been renamed to psci. Also, it now returns a stream containing the .psci generated file. This result must be piped to gulp.dest('.') to write out the file. 
  
  
  
   
   
  
  0.5.0-rc1: Pre-release for PureScript 0.7 
  
    
  
      
        03 Jun 21:38
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Features
#28  and #29  are updates for new options in 0.7#31  improves option error handling  
  
  
   
   
  
  0.4.3: Window processes 
  
    
  
      
        29 May 01:11
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Features 
Fix for #30  to improve windows process spawning compatibility 
  
  
  
   
   
  
  0.4.2: Spawn stderr fix 
  
    
  
      
        30 Apr 12:19
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Bug Fixes 
#26  - inconsistent truncated error messages