Skip to content

v1.0.7

Latest
Compare
Choose a tag to compare
@anlerandy anlerandy released this 07 Feb 09:49
· 33 commits to master since this release

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