Skip to content

Releases: Torathion/mini-timer

Release list

2.0.1

Choose a tag to compare

@Torathion Torathion released this 23 Jan 18:17
93e1e7c

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

Choose a tag to compare

@Torathion Torathion released this 22 Jan 20:24
101f6bc

💥 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>)