Skip to content

Commit

Permalink
release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Aug 29, 2012
1 parent 9d4b853 commit 06d1f09
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 deletions History.md
@@ -1,11 +1,22 @@


3.1.0 / 2012-08-29
==================

* changed; fixed; directly setting nested objects now overwrites entire object (previously incorrectly merged them)
* added; read pref support (mongodb 2.2) 205a709c
* added; aggregate support (mongodb 2.2) f3a5bd3d
* added; virtual {g,s}etter introspection (#1070)
* updated; docs [brettz9](https://github.com/brettz9)
* updated; driver to 1.1.5
* fixed; retain virtual setter return values (#1069)

3.0.3 / 2012-08-23 3.0.3 / 2012-08-23
================== ==================


* fixed use of nested paths beginning w/ numbers #1062 * fixed; use of nested paths beginning w/ numbers #1062
* fixed query population edge case #1053 #1055 [jfremy](https://github.com/jfremy) * fixed; query population edge case #1053 #1055 [jfremy](https://github.com/jfremy)
* fixed simultaneous top and sub level array modifications #1073 * fixed; simultaneous top and sub level array modifications #1073
* added id and _id schema option aliases + tests * added; id and _id schema option aliases + tests
* improve debug formatting to allow copy/paste logged queries into mongo shell [eknkc](https://github.com/eknkc) * improve debug formatting to allow copy/paste logged queries into mongo shell [eknkc](https://github.com/eknkc)
* docs * docs


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ {
"name": "mongoose" "name": "mongoose"
, "description": "Mongoose MongoDB ODM" , "description": "Mongoose MongoDB ODM"
, "version": "3.0.3" , "version": "3.1.0"
, "author": "Guillermo Rauch <guillermo@learnboost.com>" , "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql", "odm", "sql", "db", "database"] , "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql", "odm", "sql", "db", "database"]
, "dependencies": { , "dependencies": {
Expand Down

0 comments on commit 06d1f09

Please sign in to comment.