orm2 v2.0.4 Release Notes

Release Date: 2013-03-07 // about 11 years ago
    • 🔄 Changes db.load() to behave like builtin require()
    • 🚚 Moves hook beforeSave to before checking validations ([#66](../../issues/66))
    • 🔄 Changes postgres driver to support ssl flag and pass it to pg driver
    • ➕ Adds possibility to add order to hasMany getAccessor ([#58](../../issues/58))
    • 🛠 Fixes hasOne reversed associations not having setAccessor
    • ➕ Adds db.ping() ([#57](../../issues/57))
    • 🔄 Changes db.load to avoid throwing and just create the error
    • ➕ Added "afterRemove" hook
    • ➕ Added "afterCreate" hook
    • 👌 Support Model.find({ prop: null }) (closes [#59](../../issues/59))
    • ➕ Adds LIKE operator
    • 🛠 Many bug fixes