v1.1.0v1.0.2
Reading changes from the repo…
listenerCount
method, allowing users to easily check how many listeners are attached to a specific event. This enhances the ability to manage event listeners effectively. removeAllListeners
functionality by ensuring it checks for existing listeners before attempting to remove them. This prevents unnecessary operations and enhances performance. Array.prototype.slice
, which simplifies the handling of arguments and improves overall efficiency.