Releases: dlcastillop/final-countdown-js
Releases · dlcastillop/final-countdown-js
v1.0.0
Features
- The current value of the hooks is returned with and without leading zeros
- The
remainingTime
prop in theuseStopwatch
hook is returned with and without leading zeros - The
elapsedTime
prop in theuseTimer
hook is returned with and without leading zeros - Added the days parameter to the
useStopwatch
,useUnlimitedStopwatch
anduseTimer
hooks
Bugs fixes
- Return the correct remaining time in the
useStopwatch
hook - Return the correct elapsed time in the
useTimer
hook