hertzy
Version:
Event bus channel
50 lines (28 loc) • 1.08 kB
Markdown
# Changelog
## 0.1.1 / 2019-05-31
* Added reference to browser version.
## 0.1.0 / 2018-08-29
* 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 the `press` folder to be published.
## 0.0.13 / 2018-05-16
* Fixed the event counter handler when the `off` method is called.
## 0.0.11 / 2018-05-15
* When it's needed to update the max number of listeners that is possible to
attach to an event, the `setMaxListeners` method of `EventEmitter` is never
called.
## 0.0.7 / 2018-03-23
* Added references to the documentation.
* Fixed typos.
## 0.0.5 / 2018-01-31
* Added CI integration.
* Fixed minor issues.
## 0.0.3 / 2018-01-08
* Updated the documentation.
* Added unit tests to improve basic coverage.
* Fixed a reference error in `updateListeners` function.
* Fixed a *TypeError* in `off` method.
## 0.0.1 / 2017-12-17
* Initial version of Hertzy - Event bus channel.