Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Feb 2, 2011
1 parent 9758b29 commit c0ad4dc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@

1.0.2 / 2011-02-02
==================

* Added a Model.create shortcut for creating documents. [brian]
* Fixed; we can now instantiate models with hashes that map to at least one
null value. [brian]
* Fixed Schema with more than 2 nested levels. [brian]

1.0.1 / 2011-02-02
==================

* Improved `MongooseNumber`, works almost like the native except for `typeof` not being `'number'`.
* Improved `MongooseNumber`, works almost like the native except for `typeof`
not being `'number'`.
2 changes: 1 addition & 1 deletion lib/mongoose/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ exports.Connection = Connection;
* @param version
*/

exports.version = '1.0.1';
exports.version = '1.0.2';

/**
* Export Mongoose constructor
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 ORM"
, "version": "1.0.1"
, "version": "1.0.2"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql"]
, "dependencies": {}
Expand Down

0 comments on commit c0ad4dc

Please sign in to comment.