Releases: websockets/ws
Releases Β· websockets/ws
8.15.0
Features
- Added the
allowMultipleEventsPerMicrotask
option (93e3552).
8.14.2
Bug fixes
- Fixed an issue that allowed errors thrown by failed assertions to be
swallowed when running tests (7f4e1a7).
8.14.0
Features
- The
WebSocket
constructor now accepts HTTP(S) URLs (#2162).
- The
socket
argument of server.handleUpgrade()
can now be a generic
Duplex
stream (#2165).
Other notable changes
- At most one event per microtask is now emitted (#2160).
8.13.0
Features
- Added the
finishRequest
option to support late addition of headers (#2123).
8.12.1
Bug fixes
- Added
browser
condition to package.json (#2118).
8.12.0
Features
- Added support for
utf-8-validate@6
(ff63bba).
Other notable changes
8.11.0
Features
WebSocket.prototype.addEventListener()
now supports an event listener
specified as an object with a handleEvent()
method. (9ab743a).
Bug fixes
WebSocket.prototype.addEventListener()
now adds an event listener only if it
is not already in the list of the event listeners for the specified event type
(1cec17d).
8.10.0
Features
- Added an export for package.json (211d5d3).
8.9.0
Features
- Added the ability to connect to Windows named pipes (#2079).