- Dependency + Project updates, no functionality changes but considered breaking because old versions of node are dropped
- Adds soft-unregister support
- Configurable event interval
- Add RELEASE.md
- Generate CHANGELOG for past versions
- Add badges to README
- Adds fastboot support Exit event registration early if in fastboot
- Updates .travis.yml to use sudo which ensures correct permissions for chrome headless sandbox fixes #8836
- Passes the original event through to the registered callbacks
- Adds unit tests to ensure the event is passed through un-manipulated
- Updates the unified-event-handler service to propogate the original event through to the registered callback
- Adds some notes to the README closes #19
- Moved away from using anonymous functions for throttlers
- Updating Ember-CLI blueprint and fixing leaking run.throttle
- Use native accessor for handler map interactions
- Test register method targeting element.class
- Cleanup registered handlers on destroy
- Upgrade all dependencies
- Fix minor typos
- Re-export UEH service
- Simplify handler cache
- Add documentation to README
- Update package.json and readme for initial release
- Add original version of unified-event-handler
- Initial Commit from Ember CLI v1.13.7