Monk Versions Save

The wise MongoDB API

v7.3.2

3 years ago

v7.3.1

3 years ago
  • Adjust some TypeScript definitions (Thanks @cupcakearmy!)

v7.3.0

3 years ago
  • Adjust some TypeScript definitions
  • Update docs for projections (Thanks @mpatino117!)
  • Update the count method and add a new estimate option (Thanks @bit-cmdr!)

v7.2.0

4 years ago
  • Add replace option to update methods (Thanks @lakshmipriyamukundan)

v7.1.1

4 years ago
  • Allow for mongo+srv uri (Thanks @s-zimm!)

v7.1.0

4 years ago
  • Fix insert deprecation warning (Thanks @RobertoMachorro!)
  • Default to using useUnifiedTopology option (Thanks @bobmoff!)
  • collection.findOneAndUpdate now requires an atomic operator in the update object (Thanks @mpangrazzi!)

v7.0.0

4 years ago
  • Update mongo to v3 (Thanks @mpangrazzi!)
  • Remove collection.geoNear (Thanks @mpangrazzi!)
  • collection.findOneAndUpdate now requires an atomic operator in the update object (Thanks @mpangrazzi!)

v6.0.0

6 years ago
  • Add typescript definition (fix #204)
  • return null when findOneAnd... find nothing (fix #175)
  • remove now uses deleteOne or deleteMany under the hood (fix #178)
  • Add mapReduce method (fix #167)
  • Add geoHaystackSearch method
  • Add geoNear method
  • Add stats method (fix #191)
  • Remove monk specific options used by middleware (fix #203)
  • The only option set globally is castIds. safe is not true by default anymore.
  • Return the cursor in a promise (when using the rawCursor on the find method) so that the entire API has the same return type (a promise)

v5.0.2

6 years ago
  • Emit event from the manager from the underlying db emits an event (fix #189)

v5.0.1

6 years ago
  • Fix typo on requesting middlewares