Moment Timer Versions Save

Timer plugin for Moment.js that allows creation of setInterval and setTimeout-like timers.

v1.3.0

5 years ago

Fixed issue where .stop() would not stop the timer. See https://github.com/SeverinDK/moment-timer/issues/20

v1.2.3

6 years ago

Relaxed moment dependency.

v1.2.2

6 years ago

Removed debug line.

v1.2.1

6 years ago

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

v1.2.0

6 years ago

Added module loading!

v1.1.5

7 years ago

Added getDuration and executeAfterWait attribute.

v1.1.4

7 years ago

Added isStopped function.

v1.1.3

7 years ago

..

v1.1.2

7 years ago

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

7 years ago

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