Releases: sapphiredev/pieces
Releases · sapphiredev/pieces
v4.3.1
4.3.1 - (2024-07-01)
🐛 Bug Fixes
v4.3.0
4.3.0 - (2024-06-30)
🐛 Bug Fixes
📝 Documentation
- container: Fix incorrect function name in tsdoc (d58e5d5)
🚀 Features
v4.2.2
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
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
4.2.0 - (2023-12-27)
🚀 Features
- RootScan: Ensure RootScan also scans
module
fields in package.json (#369) (7eb28a9)
v4.1.0
4.1.0 - (2023-12-09)
🚀 Features
v4.0.2
4.0.2 - (2023-12-05)
🐛 Bug Fixes
- Properly package all files in dist for npm (2faab8a)
v4.0.1
4.0.1 - (2023-12-05)
🐛 Bug Fixes
- Bump transitive dependencies (1da0283)
v4.0.0
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
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)