Skip to content

v2.3.0

Compare
Choose a tag to compare
@ndresx ndresx released this 13 Oct 18:18
· 51 commits to master since this release
21d1dc9

Changelog

  • Added feature to stop the countdown through the API
  • Added new feature props:
    • onStop callback
    • overtime 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)