Skip to content

Releases: azaslavsky/backbone-hashMate

v0.2.1

30 Dec 09:20
Compare
Choose a tag to compare

Bugfixes:

  • Ignored more files in bower.json
  • Fixed file manifest in package.json

v0.2.0

30 Dec 05:24
Compare
Choose a tag to compare

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

v0.1.0

26 Dec 14:30
Compare
Choose a tag to compare
Build 0.1.0