Skip to content

Commit

Permalink
Release 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Oct 10, 2014
1 parent 655c680 commit b226cd4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
@@ -1,4 +1,15 @@

0.2.13 / 2014-10-10
==================

* Use toMongo if it is available
* make ObjectID constructor available on plugin before `use`ing it
* use `model.unset` to detect when to use `$unset`
* add support for `'ObjectId'`, `'ObjectID'`, and `ObjectId` types
* updated to newest modella for testing
* old semver for node 0.8
* update mongoskin

0.2.12 / 2014-09-26
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "modella-mongo",
"version": "0.2.12",
"version": "0.2.13",
"description": "Modella Mongo persistence layer",
"keywords": [
"modella",
Expand Down

0 comments on commit b226cd4

Please sign in to comment.