Releases: discordjs/discord.js
Releases · discordjs/discord.js
@discordjs/ws@1.0.2
@discordjs/voice@0.16.1
Bug Fixes
- TransformerGraph: Explicitly include input args for readable input cases instead of just for string input cases (#9793) (788888a)
- Fix external links (#9313) (a7425c2)
Documentation
- create-discord-bot: Support bun in create-discord-bot (#9798) (7157748)
- Update Node.js requirement to 16.11.0 (#9764) (188877c)
- Include StreamType enum description in new docs (#9457) (36216c0)
- Generate static imports for types with api-extractor (98a76db)
Refactor
@discordjs/util@1.0.2
@discordjs/rest@2.1.0
@discordjs/proxy@2.0.2
@discordjs/formatters@0.3.3
@discordjs/core@1.1.0
Documentation
- stickers: Reveal link in the website (#9870) (332b624)
- ApplicationsAPI: Fix
getCurrent()
options description (#9816) (23a6424)
Features
- Client: AsyncIterator-returning method for fetching members (#9771) (fffe70a)
- Add guild member (#9877) (c051ed9)
- Onboarding mode and edit method (#9647) (7671a83)
- Support new application properties and patch endpoint (#9709) (1fe7247)
- Implement
GET
current application (#9797) (50106c7)
Refactor
@discordjs/collection@2.0.0
Documentation
Features
- Return entries instead of values in toJSON method (#9345) (defeee5)
- Align some methods with the Change By Copy proposal (#9207) (65966ae)
- BREAKING CHANGE: The
sorted
method has been renamed totoSorted
- BREAKING CHANGE: The
- Align some methods with the Set Methods proposal (#8890) (3b8df63)
- BREAKING CHANGE: The
intersect
method has been renamed tointersection
- BREAKING CHANGE: The
difference
method has been renamed tosymmetricDifference
- BREAKING CHANGE: The
subtract
method has been renamed todifference
- BREAKING CHANGE: The
- Support
findLast
andreduceRight
methods (#9573) (ac64508)
@discordjs/builders@1.7.0
14.13.0
Bug Fixes
- Action: Do not add the client user as a recipient (#9774) (24fbb11)
- DMChannel: Correct partial typo (#9773) (c1ff545)
- CachedManager: Allow overriding constructor for makeCache (#9763) (346fa57)
- types: Fixed CachedManager constructor arguments in type (#9761) (b3c85d3)
- Action: Do not set
undefined
values (#9755) (d8e3755)
Documentation
- EmbedBuilder:
@readonly
length (#9778) (8f572a6) - WebhookEditOptions: Add all of the types (#9776) (d5be424)
- Update Node.js requirement to 16.11.0 (#9764) (188877c)
Features
- Client: Add deleteWebhook method (#9777) (d90ba8d)
- ClientPresence: Allow setting activity state (#9743) (9ed1b59)
- ClientApplication: Approximate guild count and new
GET
route (#9713) (632a9b4) - Role: Add
flags
(#9694) (3b18e5b) - Attachment: Add
flags
(#9686) (692f0fc) - Add
Client#webhooksUpdate
(#9732) (0de071d)