Skip to content

Releases: mrchimp/tock

v1.1.1

28 Jun 08:41
Compare
Choose a tag to compare

Updated dependencies

v1.0.8 - Fix invalid bower.json.

02 Jun 19:18
Compare
Choose a tag to compare

v1.0.7 - Bugfixes

02 Jun 01:07
Compare
Choose a tag to compare

WARNING: bower.json is invalid. Use 1.0.8 instead.

Use Mocha for testing.
Better time-string interpretation.
Better pause/stop-start handling.

v1.0.5

11 Jan 15:50
Compare
Choose a tag to compare
  • Removed unused var elapsed. Fixes #17

Updates from ejvaudio

  • Greatly improved time argument to start(). Now it accepts various time format strings or just plain illiseconds
  • Modified _startTimer() method to handle new start() argument
  • pause() updated with new logic
  • Added msToTimecode() method to convert milliseconds to HH:MM:SS String
  • Modified msToTime() method to allow new argument formats like HH:MM:SS
  • Fixed up stop() so that pause() works
  • Added sanity check for timeToMS to return 0 with unrecognized input

Updates from ydaniv

  • Refactor Tock to an OO implementation
  • Fixed misuse of this inside _tick() which contaminated global namespace
  • Remove unused end_time var
  • Fixed double timeout setting and missing of first tick
  • Fixed callback called twice on countdown last tick

Thanks to all contributors!

v1.0.4

17 Sep 19:24
Compare
Choose a tag to compare

UMD and bug fixes.

v1.0.2

25 May 21:18
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/mrchimp/tock

v1.0.1

06 Feb 23:49
Compare
Choose a tag to compare
add bower.json

v1.0.0

06 Feb 23:50
Compare
Choose a tag to compare
v1.0.0 - hello bower