Skip to content

Commit 4d7e64b

Browse files
committed
2.0.10
1 parent 0c6d03e commit 4d7e64b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### v2.0.10 - 25 Apr 2013
2+
3+
- Adds ChainFind.where() as a link to ChainFind.find()
4+
- Adds support for -property on ChainFind.order()
5+
- Reduces the size of mysql driver
6+
- Adds initial support for multi primary key models
7+
- Updates DB.define() and Model.get() to support tables with multiple primary keys (#135)
8+
- Creates Model.all() as alias to Model.find(), adds simple example
9+
- Fixes autoFetch option not being considered in Model.find() (#120)
10+
- Adds support for chaining and rechaining with ChainFind
11+
- Fixes bug about connection config object not having query key (fixes #130)
12+
- Adds initial plugin architecture - .use() (#121)
13+
- Fixes some bugs
14+
- Adds more tests
15+
116
### v2.0.9 - 18 Apr 2013
217

318
- Correct 'returnAllErrors' setting behaviour

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"redshift",
1212
"sqlite"
1313
],
14-
"version" : "2.0.9",
14+
"version" : "2.0.10",
1515
"license" : "MIT",
1616
"homepage" : "http://dresende.github.io/node-orm2",
1717
"repository" : "http://github.com/dresende/node-orm2.git",

0 commit comments

Comments
 (0)