Skip to content

Commit

Permalink
release 3.0.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Aug 1, 2012
1 parent 62bcbee commit 9a881c5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions History.md
@@ -1,4 +1,20 @@

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

* fixed; allow subdoc literal declarations containing "type" pathname (#993)
* fixed; unsetting a default array (#758)
* fixed; boolean $in queries (#998)
* fixed; allow use of `options` as a pathname (#529)
* fixed; `model` is again a permitted schema path name
* fixed; field selection option on subdocs (#1022)
* fixed; handle another edge case with subdoc saving (#975)
* added; emit save err on model if listening
* added; MongoDB TTL collection support (#1006)
* added; $center options support
* added; $nearSphere and $polygon support
* updated; driver version to 1.1.2

3.0.0alpha2 / 2012-07-18
=========================

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

0 comments on commit 9a881c5

Please sign in to comment.