Skip to content

v0.2.0

Compare
Choose a tag to compare
@azaslavsky azaslavsky released this 30 Dec 05:24
· 3 commits to master since this release

Changes:

  • For Backbone.navigate, both properties are now optional (fragment and options)
  • All methods that accept an apply property in their options parameter will have that property set to true by default
  • BREAKING CHANGE Backbone.History.prototype.deleteHash() has a slightly different API; it now accepts a simple list of parameters at opts.params, and opts.globals has been reduced to a boolean value. It no longer accepts arrays of global parameters to delete (this is the breaking change).

Bugfixes:

  • Refined the Backbone.history._navigationInProgress flag to ensure that infinite loops and "double redirects" are impossible
  • Hash string no longer being wiped when loading a page at the document root (/ by default); fixed by setting the Backbone.history._noRootCheck flag during the execution of Backbone.history.start()