Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: hmans/eventery

v0.0.4

23 Jan 15:20
4446a2b

Choose a tag to compare

Patch Changes

  • be28d45: subscribe will now return a function that will unsubscribe the listener - useful for use in React side effects:

    useEffect(() => event.subscribe(listener), []);
  • 2af5aca: Event now provides onSubscribe and onUnsubscribe events that are emitted when new subscribers are added or removed.

v0.0.3

19 Jan 08:58
722a0ed

Choose a tag to compare

Patch Changes

  • 08e74a7: Remove the dependency to @miniplex/bucket and use a normal Set instead.
  • 451339b: Changed the way events are typed to use tuple types.

v0.0.2

09 Jan 17:34
abc00b2

Choose a tag to compare

Patch Changes

  • ab26346: subscribe, unsubscribe, publish.