Files
discord.js/packages/ws/CHANGELOG.md
2022-10-03 14:08:03 +02:00

2.5 KiB

Changelog

All notable changes to this project will be documented in this file.

@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 constructor information (#8540) (e42fd16)
  • website: Render @defaultValue blocks (#8527) (8028813)
  • website: Render tsdoc examples (#8494) (7116647)
  • WebSocketShard: Support new resume url (#8480) (bc06cc6)

Refactor

  • website: Adjust typography (#8503) (0f83402)
  • Docs design (#8487) (4ab1d09)

@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