v1.1.0
Fixed
- When requestAnimationFrame does not exist, call the callback immediately
and ignore further events for 1/60th of a second. Old behavior was to wait
1/60th of a second before calling callback.
Misc
- Additional documentation in README
- coveralls.io and travis badges in README
- additional tests to cover
setTimeout
use case