Files
discord.js/packages/core/CHANGELOG.md
Jiralite 41077c96b5 chore: release all packages (#9230)
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
2023-03-12 20:54:27 +00:00

3.3 KiB

Changelog

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

@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)