Skip to content

Releases: discordjs/discord.js

@discordjs/[email protected]

12 Nov 19:23
418032a
Compare
Choose a tag to compare

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

  • Move getNode/canEnableFFmpegOptimizations into a lazy loaded call (#9918) (637e1a4)

@discordjs/[email protected]

12 Nov 19:23
418032a
Compare
Choose a tag to compare

Documentation

  • create-discord-bot: Support bun in create-discord-bot (#9798) (7157748)

@discordjs/[email protected]

12 Nov 19:25
418032a
Compare
Choose a tag to compare

Bug Fixes

Documentation

Features

@discordjs/[email protected]

12 Nov 19:27
418032a
Compare
Choose a tag to compare

Bug Fixes

Documentation

  • create-discord-bot: Support bun in create-discord-bot (#9798) (7157748)

@discordjs/[email protected]

12 Nov 19:22
418032a
Compare
Choose a tag to compare

Documentation

Features

@discordjs/[email protected]

12 Nov 19:29
418032a
Compare
Choose a tag to compare

Documentation

  • stickers: Reveal link in the website (#9870) (332b624)
  • ApplicationsAPI: Fix getCurrent() options description (#9816) (23a6424)

Features

Refactor

  • Stickers are free (no more "premium" packs) (#9791) (e02a59b)

@discordjs/[email protected]

12 Nov 19:20
418032a
Compare
Choose a tag to compare

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 to toSorted
  • Align some methods with the Set Methods proposal (#8890) (3b8df63)
    • BREAKING CHANGE: The intersect method has been renamed to intersection
    • BREAKING CHANGE: The difference method has been renamed to symmetricDifference
    • BREAKING CHANGE: The subtract method has been renamed to difference
  • Support findLast and reduceRight methods (#9573) (ac64508)

@discordjs/[email protected]

12 Nov 19:25
418032a
Compare
Choose a tag to compare

Features

14.13.0

17 Aug 19:52
8eb978d
Compare
Choose a tag to compare

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

Features

Typings

  • GuildInvitableChannelResolvable: Allow forum channels (#9775) (727dc09)
  • Make activity name required (#9765) (0a9a3ed)
  • BaseButtonComponentData: Narrow component type (#9735) (a30d46c)

14.12.1

01 Aug 00:25
7295a3a
Compare
Choose a tag to compare

Bug Fixes