Releases: shennan/simple-stopwatch
Releases · shennan/simple-stopwatch
1.1.0
- added toggle functionality for toggling timer on/off
- added alias event handling methods (e.g started, resumed, paused etc)
- added ability for emit to fire multiple events in one call (good for aliasing)
- added ability to attach handlers to multiple events in one call to .on()
- ensured that all events emit a time as their first argument