3
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 10 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update scripts/uncompressed/history.html4.js More... over 11 years ago
Added History.options.delayInit (Boolean). Useful if you want to override any default History.options setting asyncronously and manually call History.init() when you are ready to initialize More... almost 12 years ago
Added History.options.html4Mode for easier debugging More... almost 12 years ago
- Add potential fix for IE8 not returning full hashed url from getLocationHref when hash contains encoded characters - Built More... almost 12 years ago
- Change History.getHash to return consistent hash, ala History.getLocationHref - Fix an issue where HTML4 replaceState wasn't firing when SUIDs were disabled and the url didn't change - Make extractId ignore the fragment if one is present (normally the hash is passed without an fragment) - Remove all encoding / decoding of URLs except when creating or extracting a fragment, based on the assumption that all inputs to replaceState / pushState are appropriately encoded - Change escapeHash/unescapeHash methods to use encodeURI/decodeURI instead of window.escape/unescape - Build compressed and bundled scripts More... almost 12 years ago
Merge remote-tracking branch 'remotes/KATT/master' More... almost 12 years ago
fixed issue #158 More... almost 12 years ago
typo in readme More... almost 12 years ago
readme updates More... almost 12 years ago
readme updates More... almost 12 years ago
readme updates More... almost 12 years ago
readme updates More... almost 12 years ago
readme updates More... almost 12 years ago
readme updates More... almost 12 years ago
Attempt at fixing markdown formatting More... almost 12 years ago
Moved the changelog into the History.md file More... almost 12 years ago
isEmptyObject should use hasOwnProperty: prevents from always returning true if the Object.prototype is extended More... almost 12 years ago
isEmptyObject should use hasOwnProperty: prevents from always returning true if the Object.prototype is extended More... almost 12 years ago
fixed an issue in Safari's Private Browsing mode where setItem throws an exception More... about 12 years ago
HTML4: handle escaped/unescape versions of URLs consistently More... about 12 years ago
Added Flattr button More... about 12 years ago
Fixed license link - it now pointed to the 2 clause instead of the 3 clause - fixed to point to the 3 clause again More... over 12 years ago
Cherry picked: https://github.com/hrunting/history.js/commit/31eb079cd991189f5b0e164e63170adb519a2646 More... over 12 years ago
provide a consistent URI-encoded document.location.href More... over 12 years ago
s/fragement/fragment/g in history.html4.js More... over 12 years ago
v1.7.1-r2. Forgot to compress the files in the compressed directory. Thanks @hrunting for the heads up. More... over 12 years ago
Cherry picked https://github.com/hrunting/history.js/commit/f13f2bf7751acf70c8c2065bbd8c367706a2fd16 More... over 12 years ago
try to more consistently handle URI-encoded URLs More... over 12 years ago
v1.7.1.1. Fixed issue with state id generation growing slower over time. More... over 12 years ago
Forgot to renable bundling. More... over 12 years ago