Skip to content

Releases: shadowplay1/quick-mongo-super

quick-mongo-super v1.0.4

01 Jun 18:27
Compare
Choose a tag to compare
  • Fixed the bug in db.add()/db.subtract(): when the target array was empty, module adds/subtracts the value 2 times.

Quick Mongo Super v1.0.3

01 Jun 16:22
Compare
Choose a tag to compare

https://www.npmjs.com/package/quick-mongo-super

  • Fixed the bug in db.push() when 2 items where added when the target array was empty.
  • Added a new db.deleteAll()/db.clear() methods to clear the whole database.
  • Other minor bug fixes.

https://github.com/shadowplay1/quick-mongo-super/blob/main/changelog.md

Quick Mongo Super v1.0.2

27 May 21:30
Compare
Choose a tag to compare

https://www.npmjs.com/package/quick-mongo-super

  • Bug fixes
  • Typings changes
  • New method: db.checkUpdates()
  • New option: mongoClientOptions. Allows to set the options for the MongoClient class.
  • Post-Install script
  • Improved the examples
  • Added the changelog page
  • Other minor changes

https://github.com/shadowplay1/quick-mongo-super/tree/main/examples
https://github.com/shadowplay1/quick-mongo-super/blob/main/changelog.md

Quick Mongo Super v1.0.1

11 Feb 22:10
Compare
Choose a tag to compare

Added new methods:

  • ping
  • has; includes
  • random

Quick Mongo Super v1.0.0

31 Jan 21:57
Compare
Choose a tag to compare

The first version of the module!

Added methods to work with MongoDB:

  • connect
  • disconnect
  • keysList
  • fetch (find)
  • remove (delete)
  • set
  • add
  • subtract
  • push
  • removeElement (deleteElement)
  • changeElement
  • all
  • raw