File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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()
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments