Releases: sapphiredev/framework
Releases · sapphiredev/framework
v5.0.5
v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0
5.0.0 - (2023-12-04)
🚀 Features
- Make ESM properly load ESM endpoint and not masquerade as ESM (#700) (59b637e)
- 💥 BREAKING CHANGE: This ensures that Framework will properly load the files
from the dist/esm folder. This is BREAKING to ALL plugins that are not
equally updated to load ESM specific files because they will otherwise
load the CJS files of @sapphire/framework and every piece will load twice.
DO NOT use this version without also updating your plugins! Sapphire plugins
have been released alongside this version, third-party plugins will need
to be updated by their respective authors!!
- 💥 BREAKING CHANGE: This ensures that Framework will properly load the files
v4.8.5
v4.8.4
v4.8.3
4.8.3 - (2023-12-02)
🏠 Refactor
- Switch to split cjs and esm builds and fully build with tsup (#697) (2502abb)
- Command: Make type guards check the type (3a6b259)
🐛 Bug Fixes
- computeDifference: Correctly check for extra properties and split up compute difference (#695) (281d118)
- Command:
parentCategory
failing withfullCategory.length === 1
(04bc519)
📝 Documentation
- Command: Update
fullCategory
's outdated docs (d2d7967)