Releases: aimtbr/use-app-events
Releases · aimtbr/use-app-events
v1.7.0
14 Jun 14:13
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Make the package tree-shakable
Update README
v1.4.0
15 Sep 12:30
Compare
Sorry, something went wrong.
No results found
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