Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Releases: thoughtbot/backbone-support

v0.5.0

16 Feb 13:48
Compare
Choose a tag to compare
  • Update Backbone to v1.1.2
  • Update Underscore to v1.7.0
  • Set parent before rendering in CompositeView#renderChild() so child view
    has access to parent for easier event bindings.
  • Deprecate Observer#bindTo() and Observer#unbindFromAll() in favor of
    Backbone's Events#listenTo() and Events#stopListening().