Changelog
- Added feature to
stop
the countdown through the API - Added new feature props:
onStop
callbackovertime
which allows the countdown to become negative (resolves #94)
- Extended the API with the following functions:
stop()
isStarted()
isStopped()
- Updated API usage example
Bugfixes
- Fixed and revised countdown status management (fixes #97)
Misc
- Added E2E Testing with Cypress
- Updated
README.md
(fixes #51)