- Full IE Compatibility (IE7+)
- Made documentation a little bit better (with image and link of visual tests)
- Full IE Compatibility (IE7+)
- Made documentation a little bit better (with image and link of visual tests)
- Stubbed
localStorage
if it is not present - Replaced
Date.now()
for(new Date()).getTime()
because of IE incompatibilities - Stubbed
MutationObserver
so that it falls back ononreadystate
first andonload
second - Made use of
XMLHttpRequest
retro-compatible via use ofreadyState
- Initial release