Releases effect-mongodb@0.1.3  
 
  
  
        
  
  
                    
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
 
   
 
  
        Patch Changes 
f4750b7@devmatteini ! - Fix Collection.updateMany success return type UpdateResult<I> to allow custom defined _id types
 
b5469c5@devmatteini ! - Fix Collection.replaceOne success return type UpdateResult<I> to allow custom defined _id types
 
3f9d487@devmatteini ! - Fix Collection.insertOne success return type InsertOneResult<I> to allow custom defined _id types
 
8332e0c@devmatteini ! - Collection/DocumentCollection.dropIndex return type is the same as mongodb driver
 
891b6bf@devmatteini ! - Swap Collection.aggregate pipeline and schema parameter positions
// Before 
Collection . aggregate ( pipeline ,  schema ) 
// After 
Collection . aggregate ( schema ,  pipeline )  
4e17b58@VenomAV ! - Review all errors, providing contextual information and standardizing error messages
 
bd026cf@devmatteini ! - Fix Collection.insertMany success return type InsertManyResult<I> to allow custom defined _id types
 
  
  
  
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.