2.8 KiB
2.8 KiB
@hono/node-ws
1.0.8
Patch Changes
- #959
c24efa6b8af08d0d0b3315b7b5b7355b5dd7ff5a
Thanks @nakasyou! - fix a bug of upgrading
1.0.7
Patch Changes
- #951
c80ffbfb4c72e8ad7e9a7f65611aa667c6776d64
Thanks @yusukebe! - fix: allowHono
with custom Env forcreateNodeWebSocket
1.0.6
Patch Changes
- #940
3e2db6dc33c7ab7f471bed65004ebf8139ba7695
Thanks @Ryiski! - fix: Added missing WSContext raw type
1.0.5
Patch Changes
- #876
a092ffaadb3a265a207acc558e6cd021fc3bb6d9
Thanks @HusamElbashir! - Fixed case-sensitivity of the WebSocket "Upgrade" header value
1.0.4
Patch Changes
- #648
139e34a90775d25a61002baeb84d7927b9d75b70
Thanks @Yovach! - Add aCloseEvent
class to avoid exception "CloseEvent is not defined"
1.0.3
Patch Changes
- #639
2f307e687797feaf68de4579cf14c230f239fa2b
Thanks @Yovach! - Fixed wrong byteLength on binary messages
1.0.2
Patch Changes
- #605
967fd48d5b2b1dc0291e8df49dffd79cbdf09c0c
Thanks @inaridiy! - Fixed bug with multiple connections in node-ws
1.0.1
Patch Changes
- #539
ec6ec4ec02f8db46e3151e7334535e562dfc47e3
Thanks @mikestopcontinues! - create only one WebSocketServer instead of per websocket request
1.0.0
Major Changes
- #503
d11c3a565f47f26b6882cef416d86f3f7d9c214c
Thanks @nakasyou! - Inited @hono/node-ws