Releases: doubleloop-io/effect-mongodb
Releases · doubleloop-io/effect-mongodb
effect-mongodb@0.3.2
04 Sep 13:34
Compare
Sorry, something went wrong.
No results found
Patch Changes
facda4f Thanks @VenomAV ! - Add updateOne to Collection and DocumentCollection
@effect-mongodb/services@0.2.2
04 Sep 13:34
Compare
Sorry, something went wrong.
No results found
effect-mongodb@0.3.1
28 Mar 16:54
Compare
Sorry, something went wrong.
No results found
Patch Changes
191c6c6 Thanks @VenomAV ! - Bump patch to work around changeset issue in the previous release
@effect-mongodb/services@0.2.1
28 Mar 16:54
Compare
Sorry, something went wrong.
No results found
@effect-mongodb/services@0.1.1
28 Feb 16:39
Compare
Sorry, something went wrong.
No results found
effect-mongodb@0.2.0
24 Feb 09:44
Compare
Sorry, something went wrong.
No results found
Minor Changes
Patch Changes
7faa2c5 Thanks @devmatteini ! - Export MongoClient.connectScoped options type MongoClientScopedOptions
effect-mongodb@0.1.4
24 Jan 17:23
Compare
Sorry, something went wrong.
No results found
effect-mongodb@0.1.3
14 Jan 09:26
Compare
Sorry, something went wrong.
No results found
Patch Changes
f4750b7 Thanks @devmatteini ! - Fix Collection.updateMany success return type UpdateResult<I> to allow custom defined _id types
b5469c5 Thanks @devmatteini ! - Fix Collection.replaceOne success return type UpdateResult<I> to allow custom defined _id types
3f9d487 Thanks @devmatteini ! - Fix Collection.insertOne success return type InsertOneResult<I> to allow custom defined _id types
8332e0c Thanks @devmatteini ! - Collection/DocumentCollection.dropIndex return type is the same as mongodb driver
891b6bf Thanks @devmatteini ! - Swap Collection.aggregate pipeline and schema parameter positions
// Before
Collection . aggregate ( pipeline , schema )
// After
Collection . aggregate ( schema , pipeline )
4e17b58 Thanks @VenomAV ! - Review all errors, providing contextual information and standardizing error messages
bd026cf Thanks @devmatteini ! - Fix Collection.insertMany success return type InsertManyResult<I> to allow custom defined _id types
effect-mongodb@0.1.2
03 Jan 16:50
Compare
Sorry, something went wrong.
No results found
effect-mongodb@0.1.1
03 Jan 15:21
Compare
Sorry, something went wrong.
No results found