Skip to content

Commit

Permalink
release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Aug 7, 2012
1 parent f316ffa commit b0523df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

3.0.0 / 2012-08-07
==================

* removed; old subdocument#commit method
* fixed; setting arrays of matching docs [6924cbc2]
* fixed; doc!remove event now emits in save order as save for consistency
* fixed; pre-save hooks no longer fire on subdocuments when validation fails
* added; subdoc#parent() and subdoc#parentArray() to access subdocument parent objects
* added; query#lean() helper

3.0.0rc0 / 2012-08-01
=====================

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": "mongoose"
, "description": "Mongoose MongoDB ODM"
, "version": "3.0.0rc0"
, "version": "3.0.0"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql", "odm", "sql"]
, "dependencies": {
Expand Down

0 comments on commit b0523df

Please sign in to comment.