Skip to content

Commit

Permalink
release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 25, 2015
1 parent 2ef9a42 commit ddff80d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
@@ -1,3 +1,12 @@
4.0.0 / 2015-03-25
==================
* fixed; on-the-fly schema docs typo #2783 [artiifix](https://github.com/artiifix)
* fixed; cast error validation handling #2775 #2766 #2678
* fixed; discriminators with populate() #2773 #2719 [chetverikov](https://github.com/chetverikov)
* fixed; increment now a reserved path #2709
* fixed; avoid sending duplicate object ids in populate() #2683
* upgraded; mongodb to 2.0.24 to properly emit reconnect event multiple times #2656

4.0.0-rc4 / 2015-03-14
======================
* fixed; toObject virtuals schema option handled properly #2751
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "4.0.0-pre",
"version": "4.0.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": ["mongodb", "document", "model", "schema", "database", "odm", "data", "datastore", "query", "nosql", "orm", "db"],
"license": "MIT",
Expand Down

0 comments on commit ddff80d

Please sign in to comment.