- Added reference to browser version.
- Added a new logo and all the related materials.
- Added the guidelines and the concept about the logo.
- Fixed some errors in the documentation.
- Refactored all the internal functions and the data structure.
- Added
.npmignore
to exclude thepress
folder to be published.
- Fixed the event counter handler when the
off
method is called.
- When it's needed to update the max number of listeners that is possible to
attach to an event, the
setMaxListeners
method ofEventEmitter
is never called.
-
Added references to the documentation.
-
Fixed typos.
-
Added CI integration.
-
Fixed minor issues.
-
Updated the documentation.
-
Added unit tests to improve basic coverage.
-
Fixed a reference error in
updateListeners
function. -
Fixed a TypeError in
off
method.
- Initial version of Hertzy - Event bus channel.