File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ### v2.0.13 - 5 June 2013
2+
3+ - Avoids throwing when calling db.close() without a callback and using pool in mysql (fixes #180 )
4+ - Adds initial code to support passing associations when creating new instances (#162 )
5+ - Changes Model.exists() to allow array or object passing
6+ - Allows passing an object instead of an instance as an hasOne asssociation
7+ - Fixes bug introduced in 2.0.12 forcing extra properties being ignored (fixes #183 )
8+
19### v2.0.12 - 30 May 2013
210
311- New plugin: orm-paging
Original file line number Diff line number Diff line change 1111 " redshift" ,
1212 " sqlite"
1313 ],
14- "version" : " 2.0.12 " ,
14+ "version" : " 2.0.13 " ,
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