Skip to content

Releases: sapphiredev/framework

v4.2.1

17 Mar 23:00
Compare
Choose a tag to compare

4.2.1 - (2023-03-09)

🐛 Bug Fixes

  • ClientPermissions: Fixed permission checking for old applications (#616) (725a7d3)
  • events: Add missing discordjs events (#612) (f9606c3)

v4.2.0

22 Feb 20:20
Compare
Choose a tag to compare

4.2.0 - (2023-02-22)

🏠 Refactor

🚀 Features

  • Allow member arg to not do a fuzzy search (#611) (22892c3)

v4.1.1

18 Feb 09:00
Compare
Choose a tag to compare

4.1.1 - (2023-02-18)

🐛 Bug Fixes

  • Typescript fix for discord-api-types 0.37.35 (#608) (37fdcb4)

v4.1.0

08 Feb 18:33
Compare
Choose a tag to compare

4.1.0 - (2023-02-08)

🐛 Bug Fixes

  • Command: Do not attempt to execute application command reloading logic when a command does not have any application commands (#598) (61e96d2)
  • Use declare for store properties to avoid the need for as *Store (#602) (b243bcd)
  • Command: Support BulkOverwrite for reloads (#600) (b4c252e)
  • Args: Ensure proper error types are always thrown (#601) (ee8be2e)

🚀 Features

  • Remove CommandChatInputRegisterShortcut alias interface, prefer using ApplicationCommandRegistry.RegisterOptions instead (#597) (18ad9fa)

v4.0.1

11 Jan 11:45
Compare
Choose a tag to compare

4.0.1 - (2023-01-11)

🐛 Bug Fixes

  • ApplicationCommandRegistry: Context menu command matching went wrong (#590) (779dda4)

v4.0.0

08 Jan 13:46
Compare
Choose a tag to compare

4.0.0 - (2023-01-08)

🚀 Features

v3.2.0

06 Jan 19:38
Compare
Choose a tag to compare

3.2.0 - (2023-01-06)

🐛 Bug Fixes

  • computeDifferences: Ensure Overwrite strategy is actually faster (#586) (bfa3561)

📝 Documentation

🚀 Features

  • Add ApplicationCommandRegistriesRegistered event (#587) (b49fd2a)
  • ApplicationCommandRegistries: Add RegisterBehavior.BulkOverwrite which has Sapphire use bulk overwrite for registering Application Commands (#585) (9f0ef5e)

v3.1.4

19 Nov 22:21
Compare
Choose a tag to compare

3.1.4 - (2022-11-19)

🐛 Bug Fixes

  • Update dependencies (e474f76)
  • deps: Update sapphire dependencies (#571) (2d379ed)
  • deps: Update dependency @sapphire/discord-utilities to ^2.11.7 (#562) (894fa48)
  • Bump lexure and result dependencies (bb9687c)
  • deps: Update dependency @sapphire/discord.js-utilities to ^5.1.1 (#558) (ac5f084)
  • deps: Update sapphire dependencies (#554) (da74216)

v3.1.3

02 Oct 15:28
Compare
Choose a tag to compare

3.1.3 - (2022-10-02)

🐛 Bug Fixes

  • Reloading the entire command store didn't fire ApplicationCommandRegistries (#525) (ad21eaa)

📝 Documentation

v3.1.2

02 Oct 15:14
Compare
Choose a tag to compare

3.1.2 - (2022-10-02)

🐛 Bug Fixes

  • Remove object-hash dependency (699eaa7)
  • Bump dependencies (5f5a28f)
  • deps: Update dependency @sapphire/result to ^2.5.0 (#548) (9106f9a)
  • precondition: Use result for PreconditionContainerSingle (#535) (05167f4)
  • Fixed package description to remove mention of nonexistent /lib package (#543) (ae89de2)
  • deps: Update sapphire dependencies (#540) (3ab2f33)
  • Fixed args#restResult including leading space (#531) (3e560c6)

📝 Documentation

  • Install correct d.js version in installation steps (#537) (afeb934)

🧪 Testing