- Fixed event counter handler when the off method is called
- When Hertzy need to update the max number of listeners that is possible to
attach an event the
setMaxListeners
method ofEventEmitter
is never called.
-
Added References to documentation
-
Fix typos
-
Added CI integration
-
Fix minor issues
-
Fix in documentation of
hertzy
. -
Added unit tests to arise basic coverage.
-
Fixed typos on documentation.
-
Fixed reference error on
updateListeners
function. -
Fixed typerror on
off
method.
- Initial version of
hertzy
event bus channel.