0.6.0 • Published 10 years ago

chronicler v0.6.0

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

Chronicler

A simple wrapper around onhashchange events that works great together with routine.

var hash = chronicler();
hash.on("change", function(fragment) {
    console.log(fragment); //=> "some/url"
});

hash.start();

window.location.hash = "some/url";

Installation

npm install chronicler

Or download from dist folder.

0.6.0

10 years ago

0.5.0

10 years ago

0.4.1

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago