Skip to content

Releases: trentmwillis/ember-singularity

1.2.1

24 Mar 02:07
Compare
Choose a tag to compare
  • Adds soft-unregister support

1.2.0

28 Feb 04:17
Compare
Choose a tag to compare
  • Configurable event interval

1.1.0

27 Feb 04:10
Compare
Choose a tag to compare
  • 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