Skip to content

Commit

Permalink
release 2.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Mar 6, 2012
1 parent 8781ad5 commit 4c6bedf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions History.md
@@ -1,4 +1,15 @@

2.5.10 / 2012-03-06
===================

* updated; node-mongodb-native driver to 0.9.9-4
* added; Query#comment()
* fixed; allow unsetting arrays
* fixed; hooking the set method of subdocuments (#746)
* fixed; edge case in hooks
* fixed; allow $id and $ref in queries (fixes compatibility with mongoose-dbref) (#749) [richtera]
* added; default path selection to SchemaTypes

2.5.9 / 2012-02-22
===================

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,9 +1,9 @@
{
"name": "mongoose"
, "description": "Mongoose MongoDB ODM"
, "version": "2.5.9"
, "version": "2.5.10"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql"]
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql", "odm", "sql"]
, "dependencies": {
"hooks": "0.2.0"
, "mongodb": "0.9.9-4"
Expand Down

0 comments on commit 4c6bedf

Please sign in to comment.