Skip to content

Releases: Torathion/mini-timer

2.0.1

23 Jan 18:17
93e1e7c

Choose a tag to compare

This patch is a cleanup patch as the project is considered "done"

🚀 Performance

  • Shortened logic
  • Reduced number of function calls

🐛 Fixed

  • missing optional argument in off type declaration.

💩 Removed

  • Unnecessary CI and dev dependencies to make the download size of package.json smaller.

2.0.0

22 Jan 20:24
101f6bc

Choose a tag to compare

💥 Breaking

  • Removed mitt as dependency to implement a far simpler event emitter.
    • To remove all event emitters from an event type call timer.off(<event>)