Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

54 lines (43 loc) · 1.87 KB

Changelog

v2.4.0

v2.3.0

v2.2.1

  • Added missing docs in README

v2.2.0

v2.1.0

  • enhancement/11
  • If user and pwd configs are BOTH not set, then the mongo query will not invoke authentication.
  • If a user config is set without a pwd, or vice versa, an error will be thrown.

v2.0.2

  • updated changelog

v2.0.1

  • bumped version in package.json

v2.0.0

  • enhancement/9

    • .import() function can be passed either a string of the path to a single JSON file, or an array of strings each pointing to a JSON file to be imported.
  • breaking change the returned promise from .import() resolving callback is now passed an array instead of an object.

v1.1.1

  • bug/7
    • Config property is now sealed before options are applied during instantiation.

v1.1.0

v1.0.1

  • fixed typo in .npmignore

v1.0.0

  • Initial release