Event Handling: Enjoy improved type safety when using event listeners, as the requirement for an index signature in event map typing is no longer necessary. This change enhances the usability of interfaces for event listeners.
Fixes
Fix type constraint issues that arise when using custom event listener interfaces. This ensures that your event listeners work seamlessly without type errors.
Others
Update dependencies to the latest versions, ensuring better performance and security. This includes updates to nyc and mocha, which help maintain the quality of the codebase.