Skip to content

Releases: blaumeise20/date-timeout-interval

1.3.0 - Many new features

05 Feb 14:52
Compare
Choose a tag to compare

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

14 Jan 18:05
Compare
Choose a tag to compare
  • 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

10 Jan 17:43
Compare
Choose a tag to compare
  • Now there is a small test coverage, thanks to @rstropek (#1 #2)
  • The tests will automatically run on pushes and PRs (Node.js CI)
  • Fixed assignment to ._state (#3)
  • Fixed TypeScript typedefs (#4)
  • TimerState enum, easier to use than just numbers (#5)
  • The project now has an .editorconfig file

1.0.1 - Small fix

09 Jan 18:44
Compare
Choose a tag to compare
  • Fix link in README