Skip to content

Commit

Permalink
release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Sep 27, 2012
1 parent d707eb8 commit 7fcd5e7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions History.md
@@ -1,3 +1,18 @@

3.2.0 / 2012-09-27
==================

* added; direct array index assignment with casting support `doc.array.set(index, value)`
* fixed; QueryStream#resume within same tick as pause() #1116
* fixed; default value validatation #1109
* fixed; array splice() not casting #1123
* fixed; default array construction edge case #1108
* fixed; query casting for inequalities in arrays #1101 [dpatti](https://github.com/dpatti)
* tests; added
* website; more documentation
* website; fixed layout issue #1111 [SlashmanX](https://github.com/SlashmanX)
* website; refactored [guille](https://github.com/guille)

3.1.2 / 2012-09-10
==================

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

0 comments on commit 7fcd5e7

Please sign in to comment.