[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
time
will fail ifString
is not Numeric only. F. Ex.timer.time = '2000ei';
will fail.