Releases: azaslavsky/backbone-hashMate
Releases · azaslavsky/backbone-hashMate
v0.2.1
v0.2.0
Changes:
- For
Backbone.navigate
, both properties are now optional (fragment
andoptions
) - All methods that accept an
apply
property in theiroptions
parameter will have that property set totrue
by default - BREAKING CHANGE
Backbone.History.prototype.deleteHash()
has a slightly different API; it now accepts a simple list of parameters atopts.params
, andopts.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 theBackbone.history._noRootCheck
flag during the execution ofBackbone.history.start()
v0.1.0
Build 0.1.0