Skip to content

Commit 7c9b1bb

Browse files
committed
2.0.11
1 parent 7983efd commit 7c9b1bb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v2.0.11 - 3 May 2013
2+
3+
- Changes orm.connect() to return an EventEmitter
4+
- Avoids saving an instance if a property is null and is marked as required (#142)
5+
- Avoids passing property validations if property is null and is not required (#142)
6+
- Fixes documentation where user should be used instead of username in connection options (closes #145)
7+
- Adds postgresql schema support
8+
- Fixes autoFetchLimit and cascadeRemove options not being used when set to 0 or false (fixes #144)
9+
110
### v2.0.10 - 25 Apr 2013
211

312
- Adds ChainFind.where() as a link to ChainFind.find()

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.10",
14+
"version" : "2.0.11",
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)