Releases: shadowplay1/quick-mongo-super
Releases · shadowplay1/quick-mongo-super
quick-mongo-super v1.0.4
- 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
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
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
Added new methods:
- ping
- has; includes
- random
Quick Mongo Super v1.0.0
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