Skip to content

Releases: discordjs/discord.js

@discordjs/core@2.0.0

02 Sep 19:46
Compare
Choose a tag to compare

Bug Fixes

  • OAuth2API: Enable token exchange without token (#10312) (9b07036)

Documentation

  • stageInstances: Correct reference for stage instance creation (#10333) (7f60a8f)

Features

Refactor

  • Use get guild role endpoint (#10443) (bba0e72)
  • ws: Event layout (#10376) (bf6761a)
    • BREAKING CHANGE: All events now emit shard id as its own param

@discordjs/collection@2.1.1

02 Sep 19:28
Compare
Choose a tag to compare

Bug Fixes

  • build: Update to support strictBuiltinIteratorReturn (#10394) (bf83db9)

Testing

Typings

@discordjs/builders@1.9.0

02 Sep 19:30
Compare
Choose a tag to compare

Features

@discordjs/brokers@1.0.0

02 Sep 19:28
Compare
Choose a tag to compare

Refactor

  • brokers: Re-design API to make groups a constructor option (#10297) (38a37b5)
  • brokers: Make option props more correct (#10242) (393ded4)
    • BREAKING CHANGE: Classes now take redis client as standalone parameter, various props from the base option interface moved to redis options

14.15.3

02 Jun 21:17
311aaf2
Compare
Choose a tag to compare

Bug Fixes

  • Message: Properly compare attachments and embeds (#10282) (a468ae8)
  • Throw error on no message id for Message#fetchReference() (#10295) (638b896)
  • ThreadChannel: Invalid owner fetch option (#10292) (27d0659)
  • Action: Ensure all properties on getChannel() are passed (#10278) (92c1a51)
  • docs: Some link tags didn't resolve correctly (#10269) (914cc4b)
  • actions: Handle missing poll object (#10266) (7816ec2)

Refactor

  • GuildChannelManager: Improve addFollower errors (#10277) (555961b)

Typings

  • Forum starter messages do not support polls (#10276) (35207b0)
  • Add defaultValues to respective select menu components data (#10265) (c2432d5)

@discordjs/ws@1.1.1

02 Jun 21:15
311aaf2
Compare
Choose a tag to compare

Bug Fixes

@discordjs/builders@1.8.2

02 Jun 21:14
311aaf2
Compare
Choose a tag to compare

Bug Fixes

  • SlashCommandBuilder: Add missing shared properties (#10255) (29fd89f)

Documentation

  • SelectMenuBuilder: Correct grammatical errors (#10309) (aae2faf)
  • TextInputBuilder: Correct constructor documentation (#10308) (c1e6890)
  • MappedComponentTypes: Fix "inpiut" typo (#10306) (29a50bb)

14.15.2

05 May 18:03
Compare
Choose a tag to compare

Bug Fixes

  • PollAnswer: FetchVoters route changed to MessageManager (#10251) (30d79e8)

@discordjs/builders@1.8.1

05 May 18:01
Compare
Choose a tag to compare

Bug Fixes

14.15.1

04 May 19:19
f2794e1
Compare
Choose a tag to compare

Bug Fixes

  • MessageManager: Poll methods don't need a channel id (#10249) (0474a43)