Files
discord.js/packages/core/CHANGELOG.md
2023-04-16 23:02:41 +02:00

5.7 KiB

Changelog

All notable changes to this project will be documented in this file.

@discordjs/core@0.5.1 - (2023-04-16)

Bug Fixes

  • interactions: Make data parameter optional (#9379) (66dc401)
  • core: Support attachment editing on interactions (#9356) (676307f)
  • core: Missed optional options (#9311) (6912faa)

Typings

  • ChannelsAPI: Use correct type for editMessage (#9399) (0a1701b)

@discordjs/core@0.5.1 - (2023-04-16)

Bug Fixes

  • interactions: Make data parameter optional (#9379) (66dc401)
  • core: Support attachment editing on interactions (#9356) (676307f)
  • core: Missed optional options (#9311) (6912faa)

Typings

  • ChannelsAPI: Use correct type for editMessage (#9399) (0a1701b)

@discordjs/core@0.5.0 - (2023-04-01)

Bug Fixes

  • core: Include data for defer (#9284) (9d69bba)
  • scripts: Accessing tsComment (d8d5f31)

Features

  • core: Http-only wrapper (#9281) (11e682c)
  • core: Add AbortSignal support. (#9042) (907eb1b)
  • website: Render syntax and mdx on the server (#9086) (ee5169e)

@discordjs/core@0.4.0 - (2023-03-12)

Bug Fixes

  • core: Use auth: false for interaction callback methods (#9211) (1b29099)
  • WebSocketShard: Proper error bubbling (#9119) (9681f34)
  • oauth2: Pass through body (#9106) (483cbb3)

Documentation

  • Fix /core README example (#9201) (f65ac2e)

Features

  • core: Adds getWebhooks() function for the channel API and for the guild API (#9043) (c6f9c50)
  • website: Add support for source file links (#9048) (f6506e9)
  • core: Implement some ws send events (#8941) (816aed4)
  • core: Add oauth2 api support (#8938) (36560c9)

Refactor

  • core: Move setVoiceState to GuildsAPI (#9228) (dff131e)

Typings

  • MappedEvents: Add GuildAuditLogEntryCreate (#9175) (3492b19)
  • Fix GuildsAPI#getMembers return type (#9037) (158db47)

@discordjs/core@0.3.0 - (2022-12-16)

Bug Fixes

  • core: Instantiate/export role connections (166f742)

@discordjs/core@0.2.0 - (2022-12-16)

Bug Fixes

  • thread: get() route (#8897) (3dede75)
  • Remove casts when using makeURLSearchParams() (#8877) (7430c8e)

Features

  • core: Add support for role connections (#8930) (3d6fa24)
  • Add links to each routes documentation (#8898) (73300c7)
  • interactions: Add messageId parameter to deleteReply() (#8896) (3f555d5)
  • Add @discordjs/core (#8736) (2127b32)