Skip to content

Commit

Permalink
v0.1.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello Bastea-Forte committed Sep 10, 2011
1 parent fd3e673 commit 7fb9621
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changelog.md
@@ -1,6 +1,20 @@
Mongolian DeadBeef Changelog
----------------------------

v0.1.11

+ GH-24 Remove hack for mongodb-native bug
+ GH-31: Save callback gets no data
+ GH-34 updated taxman dependency
+ GH-37 mapReduce wasn't converting optional finalize function to bson.Code instance
+ GH-41 Add collection.distinct (Filirom1)
+ GH-51 support for mongodb://-style url (mschuetz)
+ GH-52 migrated from x instanceof Function to typeof x === 'function'
+ logging/error tweaks
+ documentation tweaks
+ removed broken/unsupported server.closeWhenDone method
+ error in url parsing error message (the irony!)

v0.1.10

+ added collection.runCommand
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongolian",
"description": "Mongolian DeadBeef is an awesome Mongo DB node.js driver",
"version": "0.1.10",
"version": "0.1.11",
"homepage": "https://github.com/marcello3d/node-mongolian",
"repository": "git://github.com/marcello3d/node-mongolian.git",
"author": "Marcello Bastéa-Forte <marcello@cellosoft.com> (http://marcello.cellosoft.com/)",
Expand Down

0 comments on commit 7fb9621

Please sign in to comment.