Skip to content

effect-mongodb@0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 16:50
· 85 commits to main since this release

Patch Changes

  • 5de41db Thanks @devmatteini! - Fix errors on DocumentCollection:

    • insertOne data-first overload when only passing collection and doc
    • insertMany return type is always InsertManyResult
    • rename now returns a new DocumentCollection (like Collection.rename)
    • dropIndex now returns void (like Collection.dropIndex)