Releases: expr-lang/expr 
  
  Releases · expr-lang/expr
      
  v1.5.1 
  
    
  
      
        25 Feb 10:51
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
8294514   Fix fast call type checker and add error message to pointer accessor outside closure 
  
 
  
  
   
   
  
  v1.5.0 
  
    
  
      
        25 Feb 07:17
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Complete rewrite of expr parser from scratch.
 
 
  
  
   
   
  
  v1.4.5 
  
    
  
      
        21 Feb 07:15
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
3c6ea97   Fix check for nil interface 
  
 
  
  
   
   
  
  v1.4.4 
  
    
  
      
        20 Feb 14:01
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
ab801d4   Allow passing nil to functions as nil interface{} (#87 ) 
0d28b64   Add error message on running of nil program 
  
 
  
  
   
   
  
  v1.4.3 
  
    
  
      
        27 Jan 12:09
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Fixed type checked for undefined variables. 
  
 
  
  
   
   
  
  v1.4.2 
  
    
  
      
        11 Dec 11:11
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Fixed bug with compiling integer values to interface{} types. 
  
 
  
  
   
   
  
  v1.4.1 
  
    
  
      
        13 Nov 09:42
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Added bounds check for slice operations foo[0:5] 
  
 
  
  
   
   
  
  v1.4.0 
  
    
  
      
        07 Nov 09:18
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Added option to allow using undefined variables. 
Fixed getting default values out of maps. 
  
 
  
  
   
   
  
  v1.3.2 
  
    
  
      
        06 Nov 13:27
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Fixed checker for string slices. 
  
 
  
  
   
   
  
  v1.3.1 
  
    
  
      
        28 Oct 11:34
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Moved conf.Options out of internal package.