Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 15:20
· 2 commits to main since this release
4446a2b

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.