Monk Versions Save

The wise MongoDB API

v5.0.0

6 years ago

v4.1.0

6 years ago
  • Update dev dependencies - Thanks @ratson(◕ᴥ◕)
  • Add collection.createIndex and deprecate collection.index and collection.ensureIndex

v4.0.0

7 years ago
  • Remove default safe option (fix #180) (breaking change)

v3.1.4

7 years ago
  • delete wrong options for ensureIndex (fix #174) Thanks @kos984

v3.1.2

7 years ago
  • Fix collection.count and collection.distinct are ignoring options (fix #159)

v3.1.1

7 years ago
  • Provide option to not cache collections (fix #21)

v3.1.0

7 years ago
  • Add Collection.group (fix #63)
  • Add Collection.bulkWrite (fix #85)
  • Pipe mongodb.Logger to debug (fix #143)

v3.0.7

7 years ago
  • Wait for the last 'each' (in find) to resume or close before resolving the promise

v3.0.6

7 years ago
  • Fix when casting null

v3.0.5

7 years ago
  • Fix when updating with 0