File tree Expand file tree Collapse file tree 6 files changed +21
-13
lines changed Expand file tree Collapse file tree 6 files changed +21
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# effect-mongodb
22
3+ ## 0.1.2
4+
5+ ### Patch Changes
6+
7+ - [ ` 5de41db ` ] ( https://github.com/doubleloop-io/effect-mongodb/commit/5de41dbbacb1fcfd4c38cc3e9c24a992741d94b6 ) Thanks [ @devmatteini ] ( https://github.com/devmatteini ) ! - Fix errors on ` DocumentCollection ` :
8+
9+ - ` insertOne ` data-first overload when only passing collection and doc
10+ - ` insertMany ` return type is always ` InsertManyResult `
11+ - ` rename ` now returns a new ` DocumentCollection ` (like ` Collection.rename ` )
12+ - ` dropIndex ` now returns void (like ` Collection.dropIndex ` )
13+
314## 0.1.1
415
516### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " effect-mongodb" ,
33 "author" : " doubleloop.io" ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
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.1.1 "
1+ let moduleVersion = "0.1.2 "
22
33export const getCurrentVersion = ( ) => moduleVersion
44
Original file line number Diff line number Diff line change 11# @effect-mongodb/services
22
3+ ## 1.0.2
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [[ ` 5de41db ` ] ( https://github.com/doubleloop-io/effect-mongodb/commit/5de41dbbacb1fcfd4c38cc3e9c24a992741d94b6 )] :
8+ - effect-mongodb@0.1.2
9+
310## 1.0.1
411
512### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " @effect-mongodb/services" ,
33 "private" : true ,
44 "author" : " doubleloop.io" ,
5- "version" : " 1.0.1 " ,
5+ "version" : " 1.0.2 " ,
66 "type" : " module" ,
77 "license" : " MIT" ,
88 "description" : " Effect services for effect-mongodb" ,
You can’t perform that action at this time.
0 commit comments