orm2 v2.0.13 Release Notes

Release Date: 2013-06-05 // almost 11 years ago
    • ๐Ÿ›  Avoids throwing when calling db.close() without a callback and using pool in mysql (fixes [#180](../../issues/180))
    • โž• Adds initial code to support passing associations when creating new instances ([#162](../../issues/162))
    • ๐Ÿ”„ Changes Model.exists() to allow array or object passing
    • ๐Ÿ‘ Allows passing an object instead of an instance as an hasOne asssociation
    • ๐Ÿ›  Fixes bug introduced in 2.0.12 forcing extra properties being ignored (fixes [#183](../../issues/183))