Server IP : 85.214.239.14 / Your IP : 3.149.249.107 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/3/task/3/root/proc/2/root/lib/node_modules/pm2/node_modules/eventemitter2/ |
Upload File : |
# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). For changes before version 2.2.0, please see the commit history ## [5.0.1] - 2018-01-09 ### Fixed - Allow `removeAllListeners` to recieve `undefined` as an argument. @majames ## [4.1.2] - 2017-07-12 ### Added - Correct listeners and listenersAny typings @cartant ## [4.1.1] - 2017-03-29 ### Added - Use process.emitWarning if it is available (new Node.js) @SimenB ## [4.0.0] - 2017-03-22 ### Fixed - Fix for EventAndListener in typescript definition. @thisboyiscrazy ### Added - New Node 6 APIs such as `prependListener` and `eventNames`. @sebakerckhof ## [3.0.2] - 2017-03-06 ### Fixed - Fixed `emitAsync` when using `once`. @Moeriki ## [3.0.1] - 2017-02-21 ### Changed - Changed Typescript definition to take array of strings for event name. @thisboyiscrazy ## [3.0.0] - 2017-01-23 ### Changed - Typescript definition now uses `EventEmitter2` instead of `EventEmitter2.eitter`. @gitawego ## [2.2.2] - 2017-01-17 ### Fixed - Typescript definition for `removeAllListeners` can take an array. @gitawego ## [2.2.1] - 2016-11-24 ### Added - Added missing parameters for emitAsync in typescript definition. @stanleytakamatsu ## [2.2.0] - 2016-11-14 ### Added - option to emit name of event that causes memory leak warning. @kwiateusz ### Fixed - component.json and bower.json got updated with latest version. @kwiateusz - missing globals in test suite got added in. @kwiateusz