Skip to content

Commit

Permalink
version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Jun 4, 2017
1 parent 8ed15c3 commit 2472fc8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
6.0.0 / 2017-06-04
==================
- 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)

5.0.2 / 2017-05-22
==================
- Emit event from the manager from the underlying db emits an event (fix #189)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "monk",
"description": "The wise MongoDB API",
"version": "5.1.0",
"version": "6.0.0",
"main": "lib/monk.js",
"types": "./index.d.ts",
"keywords": [
Expand Down

0 comments on commit 2472fc8

Please sign in to comment.