Skip to content

Releases: Automattic/monk

v7.3.2

31 Aug 11:57
Compare
Choose a tag to compare

v7.3.1

30 Jul 08:34
Compare
Choose a tag to compare

v7.3.0

28 Apr 08:00
Compare
Choose a tag to compare
  • 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

16 Apr 13:43
Compare
Choose a tag to compare

v7.1.1

11 Oct 07:55
Compare
Choose a tag to compare
  • Allow for mongo+srv uri (Thanks @s-zimm!)

v7.1.0

11 Oct 07:55
Compare
Choose a tag to compare
  • 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

13 May 14:03
Compare
Choose a tag to compare
  • 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

04 Jun 09:59
Compare
Choose a tag to compare
  • 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

22 May 08:45
Compare
Choose a tag to compare
  • Emit event from the manager from the underlying db emits an event (fix #189)

v5.0.1

22 May 08:44
Compare
Choose a tag to compare
  • Fix typo on requesting middlewares