Skip to content

Commit

Permalink
Release 3.9.0 (unstable)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 22, 2014
1 parent 4586714 commit a6612ec
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,3 +1,13 @@
3.9.0 (unstable) / 2014-05-22
==================
* changed; added `domain` to reserved keywords #1338 #2052 [antoinepairet](https://github.com/antoinepairet)
* added; asynchronous post hooks #1977 #2081 [chopachom](https://github.com/chopachom) [JasonGhent](https://github.com/JasonGhent)
* added; using model for population, cross-db populate [mihai-chiorean](https://github.com/mihai-chiorean)
* added; can define a type for schema validators
* added; `doc.remove()` returns a promise #1619 [refack](https://github.com/refack)
* added; internal promises for hooks, pre-save hooks run in parallel #1732 [refack](https://github.com/refack)
* fixed; geoSearch hanging when no results returned #1846 [ghartnett](https://github.com/ghartnett)

3.8.11 / 2014-05-22
==================
* updated; node-mongodb-native to 1.4.5
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.9.0-pre"
, "version": "3.9.0"
, "author": "Guillermo Rauch <[email protected]>"
, "keywords": ["mongodb", "document", "model", "schema", "database", "odm", "data", "datastore", "query", "nosql", "orm", "db"]
, "dependencies": {
Expand Down

0 comments on commit a6612ec

Please sign in to comment.