Skip to content

1.5.0

Compare
Choose a tag to compare
@DonovanDMC DonovanDMC released this 10 Feb 21:50
· 367 commits to dev since this release
2638858
  • Add support for gif stickers (af1689a)
  • Add support for creating lottie stickers (json, af1689a)
  • Use minimum needed for jpeg matching for maximum compatibility (e4525f1)
  • Update dependencies (2bfef44, f94baaf)
  • Fix handling of invite guilds (2d9a057, 3fee28c, 15ee9b5)
  • Fix examples (bot -> client, bc752ef)
  • Fix duplicate exported types (c1c435f)
  • Fix permission overwrites not being properly removed when deleted (236bd9a)
  • Add audit log entry create event (2c1bc84)
  • Add guildConnections (linked role) role tag (5b55cb1)
  • fix error flattening (1806c28)
  • Handle group dm channel creations (bb4872f)
  • Add MAXIMUM_NUMBER_OF_GROUP_CHANNELS json error code (cf73b0d)
  • Add AnnouncementChannel#follow (47c58a7)
  • Add instagram connection (604f645)
  • Add guild member flags (3f07b2e)
  • Fix role_connections.write scope (2b26afb)
  • Fix updating user role connection metadata (a0e60b7)
  • Add various createWebhook helpers (ae98e2f)
  • Rename VisibilityTypes to ConnectionVisibilityTypes (VisibilityTypes will be removed in 1.6.0) (7d4a9cd)
  • Add compress query param to resumeURL (#40, ceb3b4b)
  • Add SUPPRESS_NOTIFICATIONS message flag (c755fcd)
  • Fix ApplicationCommand#mention (919cdc4)
  • Fix member never being emitted in guildMemberRemove (860b698)

Breaking

  • Removed UserFlags.BUGHUNTER_LEVEL_1, replaced with UserFlags.BUG_HUNTER_LEVEL_1
  • Removed export of OAuth class
  • Removed static and instance method OAuth#constructURL, replaced with static OAuthHelper#constructURL
  • Removed Users#getCurrentUser (rest.users.getCurrentUser), replaced with OAuth#getCurrentUser (rest.oauth.getCurrentUser)