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 1
1
### v2.2.0 - (to do, in future)
2
2
- Fixes error code spelling: ` PARAM_MISSMATCH ` -> ` PARAM_MISMATCH `
3
3
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
+
4
17
### v2.1.2 - 16 Sep 2013
5
18
6
19
- Fixes stack overflow on instance.save() with a reversed hasOne association (#338 )
Original file line number Diff line number Diff line change 12
12
" sqlite" ,
13
13
" mongodb"
14
14
],
15
- "version" : " 2.1.2 " ,
15
+ "version" : " 2.1.3 " ,
16
16
"license" : " MIT" ,
17
17
"homepage" : " http://dresende.github.io/node-orm2" ,
18
18
"repository" : " http://github.com/dresende/node-orm2.git" ,
You can’t perform that action at this time.
0 commit comments