Skip to content

Releases: albert-gonzalez/easytimer.js

v2.4.0: Aliases on and off added

14 Dec 20:19
Compare
Choose a tag to compare

Changes

These aliases have been added:

  • on: addEventListener alias
  • off: removeEventListener alias

v3.0.0: ES6/Typescript imports Compatibility

14 Dec 21:06
Compare
Choose a tag to compare

Breaking Changes

The way of importing the library has changed in this v3 in order to make it compatible with ES6 and Typescript. Read the migration guide: https://github.com/albert-gonzalez/easytimer.js/blob/master/MIGRATION.md

v2.3.0: Dev Dependencies Updated

30 Sep 18:34
Compare
Choose a tag to compare

Changes

  • Dev Dependencies updated to the latest version
  • Added missing events to README

v2.2.3: LICENSE added

27 Jun 15:12
Compare
Choose a tag to compare

MIT License Added

v2.2.2: Reset startValues and targetValues on start

04 Jun 21:15
Compare
Choose a tag to compare

Fixes

  • Reset startValues and targetValues on start
  • typo fixed in calculateTotalCounterFromValues function

v2.2.1: Fixed some grammar and spelling issues

26 Mar 05:56
Compare
Choose a tag to compare

README: Fixed some grammar and spelling issues

v2.2.0: Vendors updated

23 Mar 18:00
Compare
Choose a tag to compare

v2.1.0: Allow negative values

18 Feb 17:26
Compare
Choose a tag to compare

Features

  • Now you can set negative values in startValues and target params

toString format fix

26 Jan 07:01
Compare
Choose a tag to compare

Fixes

  • toString format fix

2.0.2 toString function: tenth of a second format fixed

25 Jan 20:04
Compare
Choose a tag to compare

Fixes

  • toString function: tenth of a second format fixed