This repository was archived by the owner on Jun 8, 2019. It is now read-only.
Releases: thoughtbot/backbone-support
Releases · thoughtbot/backbone-support
v0.5.0
- Update Backbone to v1.1.2
- Update Underscore to v1.7.0
- Set
parentbefore rendering inCompositeView#renderChild()so child view
has access toparentfor easier event bindings. - Deprecate
Observer#bindTo()andObserver#unbindFromAll()in favor of
Backbone'sEvents#listenTo()andEvents#stopListening().