Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 745 Bytes

CHANGELOG.md

File metadata and controls

38 lines (20 loc) · 745 Bytes

Changelog

0.0.13 / 2018-05-16

  • Fixed event counter handler when the off method is called

0.0.11 / 2018-05-15

  • 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.7 / 2018-03-23

  • Added References to documentation

  • Fix typos

0.0.5 / 2018-01-31

  • Added CI integration

  • Fix minor issues

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.

0.0.1 / 2017-12-17

  • Initial version of hertzy event bus channel.