Releases: SeverinDK/moment-timer
Releases · SeverinDK/moment-timer
v1.3.0
Fixed issue where .stop() would not stop the timer.
See #20
v1.2.3
Relaxed moment dependency.
v1.2.1
Updated readme with better documentation and added a new isStarted function.
v1.1.5
Added getDuration and executeAfterWait attribute.
v1.1.4
Added isStopped function.
v1.1.2
Fixed stop function. It still had an old unused paused variable instead of the new stopped variable. Fixing this will ensure that stopping and starting the timer will not cause any problems.
v1.1.1
Cleaned up some things, fixed a remainingDuration bug and added an internal clearTimer function.