orm2 v2.0.7 Release Notes

Release Date: 2013-04-03 // about 11 years ago
    • ๐Ÿ›  Fixed SQLite driver writing to console when it should not
    • ๐Ÿ”„ Changes Express middleware to wait for connections (errored or not) before processing requests ([#92](../../issues/92))
    • Avoids loosing previously set limit (if set) on Model.fin() ([#93](../../issues/93))
    • ๐Ÿ›  Fixes hasMany getAccessor when using an Array as only argument (specific properties)
    • โž• Adds ChainFind .last() (similar to .first())
    • ๐Ÿ›  Fixes hasMany acessor names to correctly convert prop_name to PropName (underscores)
    • โž• Adds hasMany hasAcessor conditional to ChainFind ([#94](../../issues/94))