Releases: albert-gonzalez/easytimer.js
Releases · albert-gonzalez/easytimer.js
v2.4.0: Aliases on and off added
Changes
These aliases have been added:
- on: addEventListener alias
- off: removeEventListener alias
v3.0.0: ES6/Typescript imports Compatibility
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
Changes
- Dev Dependencies updated to the latest version
- Added missing events to README
v2.2.3: LICENSE added
MIT License Added
v2.2.2: Reset startValues and targetValues on start
Fixes
- Reset startValues and targetValues on start
- typo fixed in calculateTotalCounterFromValues function
v2.2.1: Fixed some grammar and spelling issues
README: Fixed some grammar and spelling issues
v2.2.0: Vendors updated
v2.2.0
v2.1.0: Allow negative values
Features
- Now you can set negative values in startValues and target params
toString format fix
Fixes
- toString format fix
2.0.2 toString function: tenth of a second format fixed
Fixes
- toString function: tenth of a second format fixed