spine v1.0.7 Release Notes

  • 🚀 A bug-fix release.

    • 🛠 Fix named globs in routes
    • 🗄 Deprecate Model.prototype.init()
    • 👉 Make cids simplier
    • Controller event callbacks always return true, so you don't accidentally cancel the event
    • 🚀 release is now just a method you can override, not an event
    • 🛠 Fixed findAllByAttribute in relations.coffee
    • Try/catch round Ajax.disable do Ajax is always enabled again
    • Model Ajax requests can be cancelled with save(ajax: false)