Releases: NickNaso/hertzy
Releases · NickNaso/hertzy
0.1.1
- Added reference to browser version.
0.1.0
- Added new logo and all correlated materials.
- Added guideline and concept about logo.
- Fixed some errors in documentation.
- Refactor of all internal functions and data structure.
- Added
.npmignore
to exclude press
folder to be published.
0.0.13
- Fixed event counter handler when the off method is called
0.0.11
- When Hertzy need to update the max number of listeners that is possible to attach an event the
setMaxListeners
method of EventEmitter
is never called.
0.0.5
0.0.5 / 2018-01-31
-
Added CI integration
-
Fix minor issues
0.0.3
0.0.3 / 2018-01-08
-
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.