All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Drop support for IE
- Clean and remove trailing whitespaces from JS file
- I did not test anything.
- Support for jQuery 1.9
- IE detection
- Unit test for jQuery 1.7.2
- package.json
- publish to NPM
- Reorganized IE6/7 Iframe code to make it more
"removable" for mobile-only development. Added IE6/7 document.title
support. Attempted to make Iframe as hidden as possible by using
techniques from http://www.paciellogroup.com/blog/?p=604. Added
support for the "shortcut" format
$(window).hashchange( fn ) and $ (window).hashchange() like jQuery provides for built-in events. Renamed jQuery.hashchangeDelay to <jQuery.fn.hashchange.delay> and lowered its default value to 50. Added <jQuery.fn.hashchange.domain> and <jQuery.fn.hashchange.src> properties plus document-domain.html file to address access denied issues when setting document.domain in IE6/7.
- Fixed a bug where coming back to a page using this plugin from a page on another domain would cause an error in Safari 4. Also, IE6/7 Iframe is now inserted after the body (this actually works), which prevents the page from scrolling when the event is first bound. Event can also now be bound before DOM ready, but it won't be usable before then in IE6/7.
- Incorporated document.documentMode test to fix IE8 bug where browser version is incorrectly reported as 8.0, despite inclusion of the X-UA-Compatible IE=EmulateIE7 meta tag.
- Initial Release. Broke out the jQuery BBQ event.special window.onhashchange functionality into a separate plugin for users who want just the basic event & back button support, without all the extra awesomeness that BBQ provides. This plugin will be included as part of jQuery BBQ, but also be available separately.