Skip to content

Releases: aimtbr/use-app-events

v1.7.0

14 Jun 14:13
cb63cad

Choose a tag to compare

  • The reset function in heap and options doesn't have a return value anymore to avoid confusion
  • Improve tests
  • Update README
  • Update dependencies

v1.6.0

14 Nov 11:37
693eb68

Choose a tag to compare

  • Add the listenForEvents.once() method to listen for the specified event(s) until an event is fired once
  • Allow specifying an array of event types in notifyEventListeners to fire multiple event types at once
  • Add a global debug option
  • Make the standalone notifyEventsListeners and listenForEvents functions debuggable with the global debug option
  • Update README
  • Update types (overloads)
  • Refactor the entire codebase

v1.5.0

20 Sep 22:14
baf895d

Choose a tag to compare

  • Make the package tree-shakable
  • Update README

v1.4.0

15 Sep 12:30
fcf4608

Choose a tag to compare

  • Export the options collection to modify the package behavior
  • Add the options.broadcast option to allow enabling/disabling the event broadcasting by default
  • Update README