Releases: sapphiredev/framework
Releases · sapphiredev/framework
v4.8.2
4.8.2 - (2023-11-16)
🐛 Bug Fixes
v4.8.1
4.8.1 - (2023-11-16)
🏠 Refactor
📝 Documentation
v4.8.0
4.8.0 - (2023-11-16)
🏠 Refactor
- Support latest /pieces type utilities (#687) (a1907e3)
- cooldown: Use id properties for channelId and guildId (#688) (633d325)
- Listener: Make loader hooks more resilient (#685) (d310a8a)
🐛 Bug Fixes
- Update transitive dependencies (85c0280)
- Set
engines.node
to >=18
(7cbec42)
🚀 Features
v4.7.2
4.7.2 - (2023-10-23)
🏠 Refactor
- Move preconditions resolvers to dedicated files (#679) (d9bbb28)
- Move command types to its own file (#678) (832c979)
v4.7.1
4.7.1 - (2023-10-16)
🏠 Refactor
- Expose
runInTypeIsSpecificsObject
as public static method on Command
(6bbe2c1)
v4.7.0
4.7.0 - (2023-10-15)
🚀 Features
- command: Make it possible for runIn to be command type specific (#673) (99ab31e)
v4.6.1
4.6.1 - (2023-10-05)
🐛 Bug Fixes
- events: Add missing discordjs events (#667) (a88c706)
- ClientPermissions: Fixed permissions checking (#668) (370755e)
- Fixed types for Node 20 types (de8e8d0)
v4.6.0
4.6.0 - (2023-09-06)
🏠 Refactor
🐛 Bug Fixes
- Update transitive dependencies (dc0cf8a)
📝 Documentation
- Temporarily typedoc docgen until typedoc-json-parser is fixed (4eb8306)
- SapphireClient: Fix link to DiscordJS docs (341d57a)
🚀 Features
- Add global config for setting the guild ids to register commands to (#659) (de5e8eb)
v4.5.3
4.5.3 - (2023-08-23)
🐛 Bug Fixes
- Command: Make
resolveConstructorPreConditionsRunType
protected
instead of private
(ce73c44)
v4.5.2
4.5.2 - (2023-08-21)
🏠 Refactor
- preconditions: Add
RunIn
, deprecate everything else (#655) (2ed7fa5)
🐛 Bug Fixes
- deps: Update all non-major dependencies (#656) (6d3b4fc)
- Bump transitive dependencies (9103253)
- deps: Update all non-major dependencies (b8ce85d)