Releases: sean3z/angular-activity-monitor
Releases · sean3z/angular-activity-monitor
Patch 1.1.1
Minor 1.1.0
Features
- Added CHANGELOG.md
- Added
disableOnInactive
option (default:true
). (#10)- This allows the service to resume after a user has been considered inactive.
- Exposed
ActivityMonitor.enable()
andActivityMonitor.disable()
for manual control of service. (#10)
Bug Fix
DOMevents
is no longer "pre-compiled", allowing consumers to pass their own events (via options)
Patch 1.0.1
Merge pull request #5 from chander/master Support newer versions of Angular, and make things consistent...