Skip to content

Commit

Permalink
Bumped version and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwrobinson committed Feb 24, 2016
1 parent dc1e658 commit b2bd984
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.12.0 (2016-02-24)
Features:
- Added support for sorting with multiple keys ([#22](https://github.com/scottwrobinson/camo/issues/22))
- Added support for accepting strings as Dates ([#46](https://github.com/scottwrobinson/camo/issues/46))
- Deprecated `loadMany`, `loadOne`, `loadOneAndUpdate`, and `loadOneAndDelete` in favor of `find`, `findOne`, `findOneAndUpdate`, and `findOneAndDelete`, respectively ([#37](https://github.com/scottwrobinson/camo/issues/37))
- Added documentation on transpiler support for Camo
Bugfixes:
- Changed 'schema({})' to 'this.schema({})' in README since original throws ReferenceError ([#52](https://github.com/scottwrobinson/camo/issues/52))

## 0.11.4 (2016-01-19)
Bugfixes:
- Fixed issue with saving/loading deeply nested embedded documents ([#35](https://github.com/scottwrobinson/camo/issues/35))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camo",
"version": "0.11.4",
"version": "0.12.0",
"description": "A class-based ES6 ODM for Mongo-like databases.",
"author": {
"name": "Scott Robinson",
Expand Down

0 comments on commit b2bd984

Please sign in to comment.