Releases: anlerandy/timerClass
Releases · anlerandy/timerClass
v1.0.7
[1.0.7] - 2021-02-06
Changed
- Some functions become inline.
- Initialisation of Weakmaps using
Array.map. - Start using "changelog".
- id.js' Function moved in helpers.
Fixed
- Fix typos in recent README changes.
- Assigning value to
timewill fail ifStringis not Numeric only. F. Ex.timer.time = '2000ei';will fail.