- #383 [BUGFIX] Calling close in the CONNECTING state should not cause onopen to be called #383
- #382 The send() method now only throws when the socket is in the CONNECTING state
- #376 Do not normalize data when emitting to socket.io sockets
- #362 [BUGFIX] Event handler getters should return a single function
- #298 [BUGFIX] close listener of the socket isn't called when client close
- #355 Bump url-parse from 1.5.2 to 1.5.9
- #352 fix SocketIO types
- #351 add types for SocketIO
- #348 [BUGFIX] Address misspelling of cancelBuble
- #349 add mock options param to prevent stubbing global
- #343 trim query params for attachServer method lookup
- #335 Update type of url parameter of websocket constructor
- #342 Accessing to websocket proxy via server clients
- #312 [BUGFIX] Fix null pointer exceptions
- #296 [BUGFIX] Add the hasListeners method to client socket
- #314, #316, #318, #321, #323, #330, #331, #332 Bump versions
- #336 Remove src folder from npm
- #240 [BUGFIX] Fixed undefined readyState for WebSockets after closing connection in Server
- #328 [BUGFIX] Use native typed arguments for WebSocket event handlers
- #285 [BUGFIX] Removing .git directory from npm package + cleanup