orm2 v2.0.11 Release Notes

Release Date: 2013-05-03 // almost 11 years ago
    • 🔄 Changes orm.connect() to return an EventEmitter
    • Avoids saving an instance if a property is null and is marked as required ([#142](../../issues/142))
    • Avoids passing property validations if property is null and is not required ([#142](../../issues/142))
    • 🛠 Fixes documentation where user should be used instead of username in connection options (closes [#145](../../issues/145))
    • ➕ Adds postgresql schema support
    • 🛠 Fixes autoFetchLimit and cascadeRemove options not being used when set to 0 or false (fixes [#144](../../issues/144))