From 7fcd5e79a4e8b3f33c3fa58d579d2a8253983c27 Mon Sep 17 00:00:00 2001 From: Aaron Heckmann Date: Thu, 27 Sep 2012 10:23:09 -0700 Subject: [PATCH] release 3.2.0 --- History.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 43a243f9319..d77302d3fa1 100644 --- a/History.md +++ b/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 ================== diff --git a/package.json b/package.json index 781e83d4f05..d2a6169a107 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose" , "description": "Mongoose MongoDB ODM" - , "version": "3.1.3-pre" + , "version": "3.2.0" , "author": "Guillermo Rauch " , "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql", "odm", "sql", "db", "database"] , "dependencies": {