3.0.02.0.3
Reading changes from the repo…
listenerCount
method that allows you to easily count the number of listeners for a specific event. This enhances your ability to manage event listeners effectively. on
and once
methods, which now throw an error if the listener argument is not a function. This helps prevent potential issues in your event handling. listeners
method now consistently returns an array, making it easier to work with the list of event listeners. This change simplifies your code and enhances usability. setMaxListeners
method has been removed as it was not supported, streamlining the API and reducing confusion. bower.json
and component.json
, ensuring a cleaner project structure and better compatibility with modern package managers.