Releases: blaumeise20/date-timeout-interval
Releases · blaumeise20/date-timeout-interval
1.3.0 - Many new features
This release includes many new features and changes:
- Everything has been rewritten to TypeScript
- ESLint has been added to the project
- Now there is an async version of the timeout, which you can
await
(#7) - The package on npm has more keywords
- There is a new method called
restart
on timeout for automatically resetting the timer and starting it again - Better documentation is also included, #9 mentioned this
1.2.0 - Fixes and a new feature
- README now has two badges
- The documentation now contains the enum
TimerState
- The methods now match the documentation and typedef
- You can pass in a new parameter to .start in both classes, allowing you to set a new time for the timer or interval
1.1.0
1.0.1 - Small fix
- Fix link in README