File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11### v2.2.0 - (to do, in future)
22- Fixes error code spelling: ` PARAM_MISSMATCH ` -> ` PARAM_MISMATCH `
33
4+ ### v2.1.3 - 14 Oct 2013
5+
6+ - Fixes connection strings being parsed by url module to don't forget about port :) (#355 )
7+ - Fixes tests common.getConnectionString to use common.getConfig
8+ - Converts indentation from spaces:2 to tabs
9+ - Removes unnecessary path requirement in ORM.js
10+ - Changes user methods to be writeable property instances (fixes #296 )
11+ - Fixes afterAutoFetch next(err) bubling up just like afterLoad (#301 )
12+ - Fixes cache for hasOne associations (#339 )
13+ - Adds findByAssociation to extendsTo (#314 )
14+ - Fixes Model.extendsTo autoFetch not working (throwing) (#323 )
15+ - Adds hasMany hooks.beforeSave (#324 )
16+
417### v2.1.2 - 16 Sep 2013
518
619- Fixes stack overflow on instance.save() with a reversed hasOne association (#338 )
Original file line number Diff line number Diff line change 1212 " sqlite" ,
1313 " mongodb"
1414 ],
15- "version" : " 2.1.2 " ,
15+ "version" : " 2.1.3 " ,
1616 "license" : " MIT" ,
1717 "homepage" : " http://dresende.github.io/node-orm2" ,
1818 "repository" : " http://github.com/dresende/node-orm2.git" ,
You can’t perform that action at this time.
0 commit comments