Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@MaxNoetzold MaxNoetzold released this 24 Jun 13:11
04ea206

What's Changed

  • Update dependencies by @MaxNoetzold in #18
  • Improves JSDocs (and type checking) & Rename mongo-adapter.js functions (for better readability) by @MaxNoetzold in #21
  • New mongo adapter constructor by @MaxNoetzold in #23
    • using the database name when creating Y-MongoDb instance to properly authenticate users for the specified database
    • allow to provide an existing MongoClient instance at creation because it is just better and recommended