orm2 v2.0.5 Release Notes

Release Date: 2013-03-13 // about 11 years ago
    • ๐Ÿ— Uses sql-query for SQL query building
    • โž• Adds initial middleware for Express
    • ๐Ÿšš Moves beforeCreate to near beforeSave so people can change instance just like beforeSave ([#69](../../issues/69))
    • ๐Ÿ›  Fixes bug when creating Models without all data ([#69](../../issues/69))
    • ๐Ÿ”„ Changes drivers.count() to be able to pass options (related to [#68](../../issues/68))
    • ๐Ÿ”„ Changes postgres DDL to create ENUM types before table ([#71](../../issues/71))
    • ๐Ÿ”„ Changes hasOne.getAccessor to be able to fetch instance before association (if needed)
    • โž• Adds support for Object property type in DDL drivers ([#72](../../issues/72))