event-emitter-enhancer
Version:
Enhances the Node.js EventEmitter with extra capabilities.
21 lines (20 loc) • 1.27 kB
Markdown
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2020-05-11 | v2.0.0 | Migrate to github actions and upgrade minimal node version |
| 2019-12-06 | v1.1.0 | Support event parent parsing and emit #7 |
| 2018-06-13 | v1.0.57 | Added typescript definition (#5 and #6) |
| 2017-11-03 | v1.0.51 | Added 'addNoop' |
| 2017-10-30 | v1.0.49 | Added 'ignoreError' |
| 2017-10-30 | v1.0.48 | New extended 'removeAllListeners' function |
| 2017-01-16 | v1.0.27 | New extended 'once' function |
| 2017-01-07 | v1.0.25 | New 'proxyEvents' function |
| 2017-01-06 | v1.0.24 | New extended 'on' function |
| 2016-11-11 | v1.0.15 | 'emitAsync' callback is now optional |
| 2015-09-23 | v0.0.44 | Added 'onAny' |
| 2015-04-22 | v0.0.31 | Prevent from multiple enhance of same prototype/instance |
| 2014-12-31 | v0.0.10 | EventEmitter is no longer automatically modified,<br>instead there are 2 ways to extend/modify prototype/modify instance<br>functions exposed by this library. |
| 2014-12-30 | v0.0.9 | Added ability to enhance compatible EventEmitter types |
| 2014-12-29 | v0.0.6 | Added 'filter' |
| 2014-12-28 | v0.0.5 | Added 'onAsync' |
| 2014-12-28 | v0.0.4 | Added 'emitAsync' |
| 2014-12-28 | v0.0.2 | Initial release. |