Releases: discordjs/discord.js
Releases · discordjs/discord.js
13.11.0
Bug Fixes
Documentation
Features
Typings
14.3.0
Bug Fixes
- GuildMemberManager:
add()
method throws an error (#8539) (3bef901) - Guild: Widget channel types and fixes (#8530) (23a0b6c)
- Embed: Reference video in video (#8473) (c97977a)
Documentation
Features
- GuildMemberManager: AddRole and removeRole (#8510) (cda3f00)
- Deprecate
ActionRow.from()
(#8504) (f9c25dd) - WebSocketShard: Support new resume url (#8480) (bc06cc6)
Refactor
- GuildAuditLogsEntry: Remove
guild
from application command permission update extra (#8520) (2b8074d)
Typings
- Inference of guild in
MessageManager
(#8538) (6bb1474) - Allow choice's value type to be strictly inferred (#8529) (b3f7c32)
- GuildAuditLogs: Allow fetching to return all possible values (#8522) (0dba8ad)
- Correct
EventEmitter.on (static)
return type (#8524) (16bbc8a) - GuildAuditLogs: Remove static
Entry
(#8521) (7a3d18d) - Disallow some channel types from webhook creation (#8531) (4882b17)
- Implement max/min values for autocomplete (#8498) (812f7f1)
- ModalMessageModalSubmitInteraction: ChannelId is not nullable (#8496) (c31a5cf)
- Change type of ApplicationCommandSubCommand.options (#8476) (ebaf158)
13.10.3
@discordjs/ws@0.3.0
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
@discordjs/rest@1.1.0
@discordjs/proxy@1.1.0
@discordjs/collection@1.1.0
@discordjs/builders@1.2.0
14.2.0
Bug Fixes
- ThreadChannel: Handle possibly
null
parent (#8466) (afa27b1) - Remove DM channels from
Client#messageDeleteBulk
's types (#8460) (6c6fe74) - Transformers: Do not transform
Date
objects (#8463) (0e2a095) - ModalSubmitInteraction: Allow deferUpdate (#8455) (0fab869)
- Guild: Unable to fetch templates (#8420) (aac8acc)
- MessageMentions: Infinite loop in
parsedUsers
getter (#8430) (b8a3136) - DataResolver: Make
Buffer
from string (#8416) (e72b986)
Documentation
- Change registration example to use global commands (#8454) (64a4041)
- Colors: Provide enum descriptions (#8437) (6ef4754)
- AttachmentBuilder: Fix #8407 (#8421) (5b053cf)