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

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
Update CHANGELOG
  • Loading branch information
ecbypi committed Feb 16, 2015
1 parent e2caf00 commit bbee157
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.5.0 (Feb 16, 2015)

- 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()`.

0.4.0 (May 10, 2013)

- Update included Backbone to version 1.0
Expand Down Expand Up @@ -27,7 +36,7 @@ leave().
0.2.0

The version changes the order of when a view has render called on it when
being swapped by a SwappingRouter. This fixes an issue in some browsers which
being swapped by a SwappingRouter. This fixes an issue in some browsers which
would display a flash of unstyled content when performing certain actions in their
render, like changing the body class. It introduces the requirement that all
views return an instance of themselves when rendered (a fairly standard
Expand Down
2 changes: 1 addition & 1 deletion lib/backbone-support/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BackboneSupport
VERSION = '0.4.0'.freeze
VERSION = "0.5.0".freeze
end

0 comments on commit bbee157

Please sign in to comment.