Releases: jasonzissman/TimeMe.js
Releases · jasonzissman/TimeMe.js
V2.0.0
- Removed dependency on ifvisible and handling the visibility/idle detection in TimeMe itself.
- No existing method calls changed, just new ones introduced. Previous tests still pass as they are.
- Support for callbacks after time period has elapsed.
- Support for callbacks when the user goes inactive or returns.
- Support to pass all configuration in TimeMe.initialize() method.
- Adding support to report statistics via WebSockets. This is optional and disabled by default.
Dependency and amd/require updates
Merge pull request #17 from jasonzissman/feature/unit-test-updates Feature/unit test updates
General refactor and code cleanup
Refactored internal references to dependencies and adding unit testing. Added ability to disable inactivity timeout by setting timeout to -1.
Baseline Release with Bower Support
v1.0.0 Fixing formatting typo... again
Initial Release
Initial Release