orm2 v2.1.15 Release Notes

Release Date: 2014-06-05 // almost 10 years ago
    • ๐Ÿ”‹ Feature: Enable plugging in custom third-party drivers (now known as adapters) ([#512](../../issues/512))
    • โž• Add Instance.set() so that properties of type object can have their properties set and mark model as dirty ([#517](../../issues/517))
    • โž• Add Instance.markAsDirty(propName) to force a properties state to dirty/changed.
    • Enable Property.mapsTo for keys ([#509](../../issues/509))
    • ๐Ÿ›  Fix hasMany join tables with custom key columns ([#510](../../issues/510))