File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments