Releases: discordjs/discord.js
Releases · discordjs/discord.js
[email protected]
@discordjs/[email protected]
@discordjs/[email protected]
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/[email protected]
@discordjs/[email protected]
@discordjs/[email protected]
@discordjs/[email protected]
@discordjs/[email protected]
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/[email protected]
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)