Skip to content

Releases: doubleloop-io/effect-mongodb

effect-mongodb@0.1.0

02 Jan 12:02

Choose a tag to compare

Minor Changes

  • e52f494 Thanks @devmatteini! - upgrade mongodb version to 6.9.0 to fully support mongodb server 8

effect-mongodb@0.0.5

15 Nov 16:54

Choose a tag to compare

Patch Changes

  • 4287f85 Thanks @devmatteini! - Remove services related types from Db and MongoClient that are moved to the new package @effect-mongodb/services

  • 00874e9 Thanks @VenomAV! - Add estimetedDocumentCount and countDocuments in Collection and DocumentCollection

effect-mongodb@0.0.4

12 Nov 17:21

Choose a tag to compare

Patch Changes

  • a8530e7 Thanks @devmatteini! - Add dropIndex function in Collection and DocumentCollection

  • 6cc9c61 Thanks @devmatteini! - Add createIndex function in Collection and DocumentCollection

  • 16c906a Thanks @devmatteini! - Add findOneAndReplace function in Collection and DocumentCollection

  • 6f0a8d4 Thanks @devmatteini! - Use Filter type in FindCursor and DocumentFindCursor filter function.
    Add optional filter parameter to find functions in Collection and DocumentCollection

  • d50d85d Thanks @devmatteini! - Add drop function in Collection and DocumentCollection

effect-mongodb@0.0.3

11 Nov 17:01

Choose a tag to compare

Patch Changes

  • 04a7439 Thanks @devmatteini! - - Db.listCollections with ListCollectionsCursor
    • Db.dropCollection
    • DocumentCollection/Collection.deleteOne
    • DocumentCollection/Collection.deleteMany
    • DocumentCollection/Collection.updateMant
    • DocumentCollection/Collection.replaceOne
    • DocumentCollection/Collection.rename
    • DocumentCollection/Collection.createIndexes
    • DocumentCollection/Collection.aggregate with DocumentAggregationCursor and AggregationCursor

effect-mongodb@0.0.2

18 Oct 15:53

Choose a tag to compare

Patch Changes

  • 9f05864 Thanks @VenomAV! - Setup for first release

    • Add some documentation for contributing and releasing
    • Basic functionalities in effect-mongodb