Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@marcpeters2 marcpeters2 released this 14 Aug 02:22
· 24 commits to master since this release
  • Upgraded mongodb driver from v2.1 to v3.2. The db object returned by simpleDao.connect() will have some differences compared to the previous version, since it is created by the updated mongodb driver.
  • The .collectionNames() function will return a different set of values compared to the previous version. This function now takes no arguments, and returns a promise instead of calling a callback.