Skip to content

Releases: sapphiredev/pieces

v4.2.2

19 Jan 21:01
a273c23
Compare
Choose a tag to compare

4.2.2 - (2024-01-19)

🐛 Bug Fixes

  • Update transitive sapphire dependencies (78d8198)
  • Fixed commonjs typings export mapping (#377) (b115413)
  • Make virtual pieces respect name restrictions like normal pieces (#374) (fcca114)

v4.2.1

12 Jan 13:36
8a0bced
Compare
Choose a tag to compare

4.2.1 - (2024-01-12)

🐛 Bug Fixes

  • Add deno to the filters for loading TS files (#373) (6ba9dc5)
  • deps: Update all non-major dependencies (0c68396)

v4.2.0

27 Dec 22:52
3351349
Compare
Choose a tag to compare

4.2.0 - (2023-12-27)

🚀 Features

  • RootScan: Ensure RootScan also scans module fields in package.json (#369) (7eb28a9)

v4.1.0

09 Dec 20:17
fa7b064
Compare
Choose a tag to compare

4.1.0 - (2023-12-09)

🚀 Features

v4.0.2

09 Dec 20:17
6d6919c
Compare
Choose a tag to compare

4.0.2 - (2023-12-05)

🐛 Bug Fixes

  • Properly package all files in dist for npm (2faab8a)

v4.0.1

05 Dec 19:28
442f87d
Compare
Choose a tag to compare

4.0.1 - (2023-12-05)

🐛 Bug Fixes

  • Bump transitive dependencies (1da0283)

v4.0.0

04 Dec 22:04
a4390f6
Compare
Choose a tag to compare

4.0.0 - (2023-12-04)

🏠 Refactor

🐛 Bug Fixes

  • Properly split CJS and ESM (41e8cec)
    • 💥 BREAKING CHANGE: This ensures that Pieces will properly load the files
      from the appropiate folder and we properly bundle CJS and ESM.
      To use this version of @sapphire/pieces you have to use @sapphire/framework
      v5.x or higher, or update your own usage of @sapphire/pieces to also
      properly split ESM and CJS.

v3.10.0

16 Nov 18:45
7f53924
Compare
Choose a tag to compare

3.10.0 - (2023-11-16)

🏠 Refactor

  • Rename Piece.Context to Piece.LoaderContext (#351) (f5bb225)

🚀 Features

  • Use StoreName for improved type experience (#350) (3c722ef)
  • StoreRegistry: Add StoreOf and PieceOf (#349) (7b0ae1d)

v3.9.0

15 Nov 20:48
21a9be0
Compare
Choose a tag to compare

3.9.0 - (2023-11-15)

🐛 Bug Fixes

  • AliasStore: Pass StoreName type parameter to Store (#347) (9a3492c)

🚀 Features

  • StoreRegistry: Add queue and virtual file support (#344) (b7c0839)

v3.7.1

13 Nov 19:42
65c1a21
Compare
Choose a tag to compare

3.7.1 - (2023-11-13)

🐛 Bug Fixes

  • LoaderStrategy: Overload empty methods for extensions (#345) (2a971d8)
  • deps: Update all non-major dependencies (#325) (df91def)
  • deps: Update all non-major dependencies (#321) (9106543)