Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Releases: SeverinDK/moment-timer

v1.3.0

02 Oct 19:32
Compare
Choose a tag to compare

Fixed issue where .stop() would not stop the timer.
See #20

v1.2.3

31 Mar 21:54
Compare
Choose a tag to compare

Relaxed moment dependency.

v1.2.2

25 Jan 22:13
153058e
Compare
Choose a tag to compare

Removed debug line.

v1.2.1

11 Sep 13:07
Compare
Choose a tag to compare

Updated readme with better documentation and added a new isStarted function.

v1.2.0

10 Aug 14:43
Compare
Choose a tag to compare

Added module loading!

v1.1.5

28 Oct 21:34
Compare
Choose a tag to compare

Added getDuration and executeAfterWait attribute.

v1.1.4

22 Oct 17:32
Compare
Choose a tag to compare

Added isStopped function.

v1.1.3

22 Oct 15:32
Compare
Choose a tag to compare

..

v1.1.2

22 Oct 15:27
Compare
Choose a tag to compare

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

18 Oct 13:53
Compare
Choose a tag to compare

Cleaned up some things, fixed a remainingDuration bug and added an internal clearTimer function.