Skip to content

Commit d6f4c1c

Browse files
committed
2.1.3
1 parent c7e914a commit d6f4c1c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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",

0 commit comments

Comments
 (0)