File tree Expand file tree Collapse file tree 4 files changed +16
-15
lines changed Expand file tree Collapse file tree 4 files changed +16
-15
lines changed Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 11# effect-mongodb  
22
3+ ## 0.0.3  
4+ 
5+ ### Patch Changes  
6+ 
7+ -  [ ` 04a7439 ` ] ( https://github.com/doubleloop-io/effect-mongodb/commit/04a74397723f0f4ae68af8defba49dff8f31fc31 )  Thanks [ @devmatteini  ] ( https://github.com/devmatteini ) ! - - Db.listCollections with ListCollectionsCursor
8+   -  Db.dropCollection
9+   -  DocumentCollection/Collection.deleteOne
10+   -  DocumentCollection/Collection.deleteMany
11+   -  DocumentCollection/Collection.updateMant
12+   -  DocumentCollection/Collection.replaceOne
13+   -  DocumentCollection/Collection.rename
14+   -  DocumentCollection/Collection.createIndexes
15+   -  DocumentCollection/Collection.aggregate with DocumentAggregationCursor and AggregationCursor
16+ 
317## 0.0.2  
418
519### Patch Changes  
Original file line number Diff line number Diff line change 11{
22  "name" : " effect-mongodb" 
33  "author" : " doubleloop.io" 
4-   "version" : " 0.0.2 " 
4+   "version" : " 0.0.3 " 
55  "type" : " module" 
66  "license" : " MIT" 
77  "description" : " A MongoDB toolkit for Effect" 
Original file line number Diff line number Diff line change 1- let  moduleVersion  =  "0.0.2 " 
1+ let  moduleVersion  =  "0.0.3 " 
22
33export  const  getCurrentVersion  =  ( )  =>  moduleVersion 
44
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments