0.4.4 (2021-10-08)
Fixed bugs:
- React dependency version now points to earliest as possible
0.4.3 (2021-10-08)
Deprecations:
useGlobalEmitter
is now replaced by additional signature ofuseEmitter
Fixed bugs:
- React dependency version now points to earliest as possible
0.3.1 (2021-10-07)
Fixed bugs:
- Dropped dependency to
[email protected]
allows using other versions ofreact
0.3.0 (2021-09-23)
Features:
useEmitter
can be used to emit events with specific topicuseGlobalEmitter
can be used to emit any event by specifying topic on each emit calluseListener
can be used to listen events produced byuseEmitter
anduseGlobalEmitter
- Added typings