Skip to content

Releases: sapphiredev/framework

v5.0.3

09 Dec 20:05
970b628
Compare
Choose a tag to compare

5.0.3 - (2023-12-09)

🐛 Bug Fixes

  • normalizeInputs: Bring back the defaulting I removed (#701) (0e04eb3)

v5.0.2

09 Dec 20:05
422a338
Compare
Choose a tag to compare

5.0.2 - (2023-12-05)

🐛 Bug Fixes

  • Update transitive dependencies (16af23b)

v5.0.1

05 Dec 19:30
22d7a9e
Compare
Choose a tag to compare

5.0.1 - (2023-12-05)

🐛 Bug Fixes

  • Bump transitive dependencies (8863d94)

v5.0.0

04 Dec 22:05
fdf854c
Compare
Choose a tag to compare

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!!

v4.8.5

03 Dec 20:50
0e66fa6
Compare
Choose a tag to compare

4.8.5 - (2023-12-03)

🐛 Bug Fixes

v4.8.4

03 Dec 09:53
af89313
Compare
Choose a tag to compare

4.8.4 - (2023-12-03)

🐛 Bug Fixes

v4.8.3

02 Dec 12:41
78cfdb8
Compare
Choose a tag to compare

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 with fullCategory.length === 1 (04bc519)

📝 Documentation

  • Command: Update fullCategory's outdated docs (d2d7967)

v4.8.2

16 Nov 23:59
e441115
Compare
Choose a tag to compare

4.8.2 - (2023-11-16)

🐛 Bug Fixes

v4.8.1

16 Nov 22:20
cb78776
Compare
Choose a tag to compare

4.8.1 - (2023-11-16)

🏠 Refactor

📝 Documentation

v4.8.0

16 Nov 20:23
a5ce6a5
Compare
Choose a tag to compare

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