Skip to content

Commit

Permalink
version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Jul 22, 2016
1 parent 71f9093 commit c057379
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.1.0 / 2016-07-22
==================
- Add `Collection.group` (fix #63)
- Add `Collection.bulkWrite` (fix #85)
- Pipe `mongodb.Logger` to `debug` (fix #143)

3.0.7 / 2016-07-14
==================
- Wait for the last 'each' (in `find`) to `resume` or `close` before resolving the promise
Expand Down Expand Up @@ -61,7 +67,7 @@ complete rewrite of monk:
- Support $ne, $in, $nin for id casting
- Make the sort option behave like fields
- `Collection.update` now return an object:

```
{
n: number of matched documents,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monk",
"version": "3.0.7",
"version": "3.1.0",
"main": "lib/monk.js",
"tags": [
"mongodb",
Expand Down

0 comments on commit c057379

Please sign in to comment.