Skip to content

quick-mongo-super v2.1.0

Compare
Choose a tag to compare
@shadowplay1 shadowplay1 released this 06 Apr 22:01
· 14 commits to main since this release

v2.1.0

  • Added a size property in QuickMongo class that determines the number of keys in the root of the database. Equivalent to QuickMongo.keys().length.
  • Added a TKeys type parameter in QuickMongo.keys() method that determines the type of returned keys.
  • Added a check if the device is online (connected to the internet) when connecting to online (non-local) MongoDB cluster.
  • Small bugfixes and improvements.
  • Typos fixes.