Skip to content

Releases: eyas-ranjous/timer-node

timer-node-v5.0.7

11 Dec 14:54
Compare
Choose a tag to compare

Fixed

  • Detecting if timer was paused when deserialized.

timer-node-v5.0.6

20 Jun 06:49
209979d
Compare
Choose a tag to compare

[5.0.6] - 2022-06-19

Fixed

  • README.

timer-node-v5.0.5

14 Jun 10:01
6d39e25
Compare
Choose a tag to compare

[5.0.5] - 2021-06-14

Fixed

  • README.

timer-node-v5.0.4

03 May 18:56
9a209f4
Compare
Choose a tag to compare

[5.0.4] - 2021-05-03

Fixed

  • .format custom templates.

timer-node-v5.0.3

17 Apr 08:55
f181afe
Compare
Choose a tag to compare

[5.0.3] - 2021-04-17

Fixed

  • package.json

timer-node-v5.0.2

25 Mar 19:18
cd6120a
Compare
Choose a tag to compare

[5.0.2] - 2021-03-25

Fixed

  • isRunning.
  • README.

timer-node-v5.0.1

25 Mar 19:18
cd6120a
Compare
Choose a tag to compare

[5.0.1] - 2021-03-24

Fixed

  • benchmark timer label.
  • README.

timer-node-v5.0.0

23 Mar 22:29
f9dbfe5
Compare
Choose a tag to compare

[5.0.0] - 2021-03-23

Changed

  • A new implementation of the timer based on timestamp.

timer-node-v4.1.0

13 Mar 12:38
a7b3bcc
Compare
Choose a tag to compare

[4.1.0] - 2021-03-13

Added

  • typescript definitions for the timer.

timer-node-v4.0.0

26 Feb 05:06
53d357d
Compare
Choose a tag to compare

[4.0.0] - 2021-02-26

Changed

  • replace time funtions with a single .time() function.

Added

.time() returns elapsed time as an object of time fractions.
.pause() to pause the timer.
.resume() to resume the timer.
.isStarted() check if timer is started.
.isPaused() check if timer is paused.
.isStopped() check if timer is stopped.