Skip to content

Commit 62d5bcb

Browse files
committed
2.0.13
1 parent aa2a5e9 commit 62d5bcb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

package.json

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

0 commit comments

Comments
 (0)