Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Releases: hazae41/mutevents.ts

5.0

01 Oct 15:45
Compare
Choose a tag to compare
5.0
  • Params are no longer arrays, you have to explicitly use arrays or objects if you want multiple arguments
  • Improved performances of the removal functions
  • Removed off(), you have to use the removal function returned by on()
  • Added wait() and error() which use abortable promises
  • Added emitSync() to synchronously emit an event
  • Improved tests, added JSDocs

4.1

16 Sep 19:00
Compare
Choose a tag to compare
4.1
readme

4.0

16 Sep 18:53
Compare
Choose a tag to compare
4.0

Params are no longer mutable
New class Cancelled extends Error
emit() now returns Cancelled | undefined

3.0

01 Sep 23:06
Compare
Choose a tag to compare
3.0

Params are now typed!

2.2

21 Aug 16:56
Compare
Choose a tag to compare
2.2

Hotfix

2.0

21 Aug 15:34
Compare
Choose a tag to compare
2.0

Simplified
Improved

1.0

10 Aug 14:22
633f88e
Compare
Choose a tag to compare
1.0

1.0