Skip to content

Releases: albert-gonzalez/easytimer.js

v4.6.0

28 Aug 18:11
Compare
Choose a tag to compare

Changes

  • Dependencies updated (mainly Rollup from v2 to v3)

v4.5.4

23 Aug 21:29
Compare
Choose a tag to compare

Changes

  • Vendors updated
  • Little change in examples page

v4.5.3

12 Feb 12:00
Compare
Choose a tag to compare

Changes

  • Vendors updated

*It's the same version as 4.5.2, I forgot to generate the new dist in the previous version :)

v4.5.2

12 Feb 11:53
Compare
Choose a tag to compare

Changes

  • Vendors updated.
  • package-lock version updated to v2

v4.5.1

24 Sep 18:13
Compare
Choose a tag to compare

Changes

  • removeAllEventListeners added to index.d.ts (Thanks to @pavloDeshko ).
  • Vendors updated.

v4.5.0

12 Aug 18:49
Compare
Choose a tag to compare

Changes

  • removeAllEventListeners method added (Thanks to @JRebella)
  • Vendors updated

v4.4.0

24 Jun 10:25
Compare
Choose a tag to compare

Changes

  • startValues and target parameters now are casted to integer, so strings which contain a number can be used.
  • Vendors updated to last version
  • uglify plugin replaced with terser plugin

v4.3.4

16 Mar 10:42
Compare
Choose a tag to compare

Changes

  • Update API documentation with two functions: isPaused() & getConfig() (thanks @oneminch #118 )

v4.3.3

12 Mar 19:17
Compare
Choose a tag to compare

Changes

  • EasyTimer React Hook info added to docs

v4.3.2

28 Feb 19:22
Compare
Choose a tag to compare

Changes

  • Bug fixed updating negative values in tenth of a second counter
  • Vendors updated