mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
5.2 KiB
5.2 KiB
Changelog
All notable changes to this project will be documented in this file.
@discordjs/ws@0.6.0 - (2022-12-16)
Bug Fixes
- WebSocketShard: Send ratelimit handling (#8887) (40b504a)
Features
- core: Add support for role connections (#8930) (3d6fa24)
Refactor
- WebSocketShard: Identify throttling (#8888) (8f552a0)
@discordjs/ws@0.5.0 - (2022-11-28)
Bug Fixes
- Pin @types/node version (9d8179c)
Documentation
- Remove unused imports (#8744) (179392d)
Features
- New select menus (#8793) (5152abf)
@discordjs/ws@0.4.1 - (2022-10-10)
Bug Fixes
- WebSocketShard: Dispatch race condition (#8731) (c2b6777)
@discordjs/ws@0.4.0 - (2022-10-08)
Bug Fixes
- Ws package.json path (#8720) (7af3c3b)
- WebSocketShard: Add ready data parameter to ready event (#8705) (a7eab50)
- Footer / sidebar / deprecation alert (ba3e0ed)
Documentation
- Change name (#8604) (dd5a089)
Features
Refactor
@discordjs/ws@0.3.0 - (2022-08-22)
Bug Fixes
- WebSocketShard#destroy: Wait for close and cleanup listeners (#8479) (acdafe6)
- WebSocketManager#connect: Check if we have enough sessions (#8481) (4fd4252)
- WebSocketShard: Always reconnect on disconnected with 1000 (#8405) (359f688)
- WebSocketShard: Emit errors directly instead of objects (#8406) (3161e1a)
Documentation
- Fence examples in codeblocks (193b252)
Features
- website: Show
constructorinformation (#8540) (e42fd16) - website: Render
@defaultValueblocks (#8527) (8028813) - website: Render tsdoc examples (#8494) (7116647)
- WebSocketShard: Support new resume url (#8480) (bc06cc6)
Refactor
@discordjs/ws@0.2.0 - (2022-07-30)
Bug Fixes
- WebSocketShard: Account code 1000 with no prior indication (#8399) (5137bfc)
- WebSocketShard: Use correct import (#8357) (78d4295)
Features
- @discordjs/ws (#8260) (748d727)