Releases: mongodb/laravel-mongodb 
  
  Releases · mongodb/laravel-mongodb
      
  v1.1.2 
  
    
  
      
        05 Jan 10:54
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Adding a new unique parameter to the push method to prevent duplicate items 
Fixed insert return type to boolean 
Fixes issue #97 , increment and decrement now creates a new attribute if it did not exist 
  
  
  
   
   
  
  v1.1.1 
  
    
  
      
        26 Dec 22:04
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Added relation compatibility with original Eloquent models, check the new readme section for more information 
Added id accessor, alias for _id 
Fixes issue #90  
  
  
  
   
   
  
  v1.1.0 
  
    
  
      
        12 Dec 19:31
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Switched to Laravel 4.1 packages, the older version is available in the 4.0 branch. 
Fixes issue #85  
Fixes issue #86  
Fixes issue #87  
  
  
  
   
   
  
  v1.0.8 
  
    
  
      
        09 Dec 13:23
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Added MongoDB specific operators: exists, type, mod, where, all, size, regex 
OrderBy now accepts both lower and upper case 
  
  
  
   
   
  
  v1.0.7 
  
    
  
      
        29 Nov 10:12
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Added many to many support, thanks to @dyeh  
  
  
  
   
   
  
  v1.0.6 
  
    
  
      
        09 Nov 08:51
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Improved Schema Builder now allows fluent operations 
Automatic Carbon/DateTime conversion to MongoDate 
  
  
  
   
   
  
  v1.0.5 
  
    
  
      
        07 Oct 12:28
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Added query logging support 
Small bug fix when searching MongoId's 
  
  
  
   
   
  
  v1.0.4 
  
    
  
      
        17 Sep 10:47
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Added unset 
Fixed push and pull behaviour 
  
  
  
   
   
  
  v1.0.3 
  
    
  
      
        01 Sep 09:24
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Removed deprecated DatabaseManager, but the old facade is still available. 
Added more MongoDB specific actions to the schema builder. 
Added aggregation support for sub-documents. 
Added options parameter to the update method to allow upsert. 
  
  
  
   
   
  
  v1.0.2 
  
    
  
      
        22 Aug 21:41
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Added Schema Builder support.