orm2 v2.0.8 Release Notes

Release Date: 2013-04-08 // about 11 years ago
    • ➕ Adds more aggregate functions to the several drivers
    • ➕ Adds groupBy to aggregate methods ([#99](../../issues/99))
    • ➕ Adds possibility to use "-property" to indicate a descending order in Model.find()
    • ➕ Adds setting instance.returnAllErrors (default: true)
    • 🔄 Changes hasMany.setAccessor to support passing an array of instances ([#97](../../issues/97))
    • 🛠 Fixes property defaultValue not being set if property is null (closes [#104](../../issues/104))
    • ➕ Adds support for indexes on properties that are no associations ([#98](../../issues/98))
    • ➕ Adds a new option to add multi-column indexes to models ([#98](../../issues/98))
    • 🐛 Bug fixes