pieces

Piece loader for @sapphire/framework

MIT License

Downloads
14.9K
Stars
19
Committers
18

Bot releases are hidden (Show)

pieces - Latest Release

Published by favna 9 months ago

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)
pieces -

Published by favna 9 months ago

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)
pieces -

Published by favna 10 months ago

4.2.0 - (2023-12-27)

🚀 Features

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

Published by favna 11 months ago

4.1.0 - (2023-12-09)

🚀 Features

pieces -

Published by favna 11 months ago

4.0.2 - (2023-12-05)

🐛 Bug Fixes

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

Published by favna 11 months ago

4.0.1 - (2023-12-05)

🐛 Bug Fixes

  • Bump transitive dependencies (1da0283)
pieces -

Published by favna 11 months ago

4.0.0 - (2023-12-04)

🏠 Refactor

  • Move walk to ILoaderStrategy (#352) (540ac88)

🐛 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.
pieces -

Published by favna 11 months ago

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)
pieces -

Published by favna 11 months ago

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)
pieces -

Published by favna 11 months ago

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)
pieces -

Published by favna about 1 year ago

3.7.0 - (2023-07-21)

🐛 Bug Fixes

  • Update sapphire utilities to v3.13.0 (21e9e6d)
  • Resolve issue with class extends utility (#314) (1501fc1)
  • deps: Update all non-major dependencies (#303) (cb6ddde)

🚀 Features

  • Omit files starting with _ from loading (#289) (b8a2688)
pieces - v3.6.3

Published by favna over 1 year ago

What's Changed

Full Changelog: https://github.com/sapphiredev/pieces/compare/v3.6.2...v3.6.3

pieces -

Published by favna over 1 year ago

3.6.2 - (2023-04-10)

🐛 Bug Fixes

pieces -

Published by favna over 1 year ago

3.6.1 - (2023-03-17)

🐛 Bug Fixes

  • LoaderError: Changed LoaderErrorType from const enum to just enum (7e23deb)
  • deps: Update all non-major dependencies (#276) (5b3b7b6)
pieces -

Published by favna over 1 year ago

3.6.0 - (2022-10-31)

🐛 Bug Fixes

  • deps: Update all non-major dependencies (#257) (cd043b8)
  • deps: Update dependency @sapphire/utilities to ^3.11.0 (#258) (ab31a5e)

📝 Documentation

  • Add qyurila as a contributor for code (#271) (4a30034)

🚀 Features

  • Support loading ESModule TS files when using ts-node (#270) (bf58baa)
pieces -

Published by favna about 2 years ago

3.5.2 - (2022-10-02)

🐛 Bug Fixes

  • Update @sapphire/utilities dependency (e326143)
  • deps: Update dependency @sapphire/utilities to ^3.9.3 (#243) (0315d4e)

📝 Documentation

  • Add RealShadowNova as a contributor for tool (#239) (44e767d)
pieces -

Published by favna about 2 years ago

3.5.1 - (2022-08-20)

🐛 Bug Fixes

📝 Documentation

  • Add @leonardssh as a contributor (65787a1)
pieces -

Published by favna about 2 years ago

3.5.0 - (2022-08-05)

🚀 Features

  • esm: Add more qs parameters (#232) (5c44377)
pieces -

Published by favna about 2 years ago

3.4.1 - (2022-08-04)

🐛 Bug Fixes

  • deps: Update dependency @sapphire/utilities to ^3.9.0 (41bc4a9)
pieces -

Published by favna about 2 years ago

3.4.0 - (2022-08-04)

🐛 Bug Fixes

  • store: Support abstract classes (#230) (f83a05d)
  • deps: Update dependency @sapphire/utilities to ^3.8.0 (#229) (388cc37)
  • deps: Update all non-major dependencies (#228) (ca39767)

🚀 Features

  • Add URL support for register methods (#231) (3d2d1be)