Event Handling: Enjoy improved event handling as the removeListener function now correctly manages one-time events, ensuring that your intended event listeners are preserved when using the once flag.
Improvements
Performance: Experience enhanced performance with optimizations for handling a single event listener, making your event-driven applications faster and more efficient.
Benchmarking: Benefit from more accurate benchmarking results as the correct event is now used in the listeners benchmark, providing a clearer picture of performance.
Fixes
Fix a bug where events could be incorrectly removed when using the once flag, ensuring your one-time listeners work as expected.
Others
Add Travis CI integration along with build status and version badges, giving you visibility into the project's health and updates.