Skip to content

Releases: dlcastillop/final-countdown-js

v1.0.0

18 Aug 18:02
Compare
Choose a tag to compare

Features

  • The current value of the hooks is returned with and without leading zeros
  • The remainingTime prop in the useStopwatch hook is returned with and without leading zeros
  • The elapsedTime prop in the useTimer hook is returned with and without leading zeros
  • Added the days parameter to the useStopwatch, useUnlimitedStopwatch and useTimer hooks

Bugs fixes

  • Return the correct remaining time in the useStopwatch hook
  • Return the correct elapsed time in the useTimer hook