WebSocket: Enjoy enhanced interaction with the addition of a pong event, allowing you to see pongs in action during your WebSocket communications.
Improvements
wscat: Experience improved usability with the integration of readline support in wscat, making it easier to debug your WebSocket applications.
Version Management: Simplify your experience as the version of ws is now read directly from package.json, eliminating duplication and ensuring consistency.
Test Suite: Benefit from a cleaner and more efficient test suite following minor cleanup modifications, enhancing overall reliability.
Fixes
Fix race condition issues in the test suite, ensuring more reliable test outcomes.
Others
Merge various updates and improvements to keep the project up-to-date and functioning smoothly.