pieces

Piece loader for @sapphire/framework

MIT License

Downloads
14.9K
Stars
19
Committers
18

Bot releases are visible (Hide)

pieces -

Published by favna about 2 years ago

3.3.5 - (2022-07-24)

πŸ› Bug Fixes

  • Fixed imports of discordjs/colletion to resolve type issues (cfc8a5c)
  • deps: Update dependency @sapphire/utilities to ^3.7.0 (#219) (488afd3)
pieces - v3.3.4

Published by favna over 2 years ago

What's Changed

Full Changelog: https://github.com/sapphiredev/pieces/compare/v3.3.3...v3.3.4

pieces -

Published by favna over 2 years ago

3.3.3 - (2022-05-15)

🏠 Refactor

πŸ› Bug Fixes

  • deps: Update all non-major dependencies (#190) (299ffa9)

πŸ“ Documentation

  • Add @r-priyam as a contributor (edf13b0)
  • Add @leonardssh as a contributor (d6d9d00)
pieces -

Published by favna over 2 years ago

3.3.1 (2022-04-01)

Bug Fixes

  • bump sapphire utilities dependency (a36c8c8)
pieces -

Published by favna over 2 years ago

3.3.0 (2022-03-06)

Features

Bug Fixes

  • deps: update all non-major dependencies (#151) (ef9c11f)
  • deps: update all non-major dependencies (#161) (b69734d)
pieces -

Published by favna almost 3 years ago

3.2.0 (2021-11-21)

Features

  • add Piece and Store namespaces for easier importing types (#138) (84e2d24)

Bug Fixes

pieces - v3.1.1

Published by favna almost 3 years ago

3.1.1 (2021-11-06)

Bug Fixes

pieces - v3.1.0

Published by favna about 3 years ago

3.1.0 (2021-10-17)

Features

  • piece: add options field to read raw options (#127) (e994d8c)

Bug Fixes

  • allow more node & npm versions in engines field (8ce9b52)
  • filter .d.ts files from default loader strategy (#128) (0a7c4ac)

Full Changelog: https://github.com/sapphiredev/pieces/compare/v3.0.1...v3.1.0

pieces -

Published by favna about 3 years ago

3.0.1 (2021-10-04)

Bug Fixes

  • change Awaited to Awaitable (f1f9c1b)
  • resolve incorrect ESM bundle exports (44f6b5f)
  • set dependencies to latest versions (e34af9f)
pieces -

Published by favna about 3 years ago

3.0.0 (2021-09-09)

⚠ BREAKING CHANGES

  • Changed Store#load to take root and path
  • Make ILoaderStrategy#load take HydratedModuleData
  • Remove Piece#path, use #location instead

Features

  • AliasPiece: strict type toJSON() (4aead0d)
  • ILoaderStrategy: Added HydratedModuleData type (8ea5303)
  • Piece: added location property, containing the file's metadata (27a5488)
  • Piece: strict type toJSON() (6f9f0a6)
  • added PieceLocation (e1c1ff9)
  • update to V3 (7dc4b70)
  • ts-node-dev-support: check if env variable is set (#102) (4d8bbc8)
pieces -

Published by favna about 3 years ago

2.2.0 (2021-08-26)

Features

Bug Fixes

  • LoaderStrategy: add .ts to allow for ts-node usage (#87) (193abcd), closes #86
pieces -

Published by favna over 3 years ago

2.1.0 (2021-06-19)

Features

  • types: remove Constructor, Awaited, Ctor and Arr types - use @sapphire/utilities instead (#84) (538dbb5)
  • added StoreRegistry (#76) (b9f7198)

Bug Fixes

  • docs: update-tsdoc-for-vscode-may-2021 (#83) (74aae8f)
  • these files are EXECUTABLE MOM (97a7cb7)
pieces -

Published by vladfrangu over 3 years ago

2.0.0 (2021-05-08)

⚠ BREAKING CHANGES

  • Renamed PieceContextExtras to Container, usage and augmentation is the same.

  • Removed Store.injectedContext, use globally exported container
    variable instead.

  • Renamed Store#context to Store#container.

  • Renamed Piece#context to Piece#container.

  • minor naming changes for consistency with ecosystem (40f85d6)

pieces -

Published by favna over 3 years ago

1.2.5 (2021-05-02)

Bug Fixes

  • drop the www. from the SapphireJS URL (e87e50e)
  • update all the SapphireJS URLs from .com to .dev (0a9c1b3)
pieces -

Published by favna over 3 years ago

1.2.4 (2021-04-21)

Bug Fixes

  • change all Sapphire URLs from "project"->"community" & use our domain where applicable πŸ‘¨β€πŸŒΎπŸšœ (#69) (fc55625)
pieces -

Published by favna over 3 years ago

1.2.3 (2021-03-16)

Bug Fixes

  • add tslib as dependency (a7d9695)
  • update packages, ship with tslib (f7b76c2)
pieces -

Published by favna over 3 years ago

1.2.2 (2021-02-12)

Bug Fixes

  • docs: tsdoc has been improved (c9ee146)
pieces -

Published by favna over 3 years ago

1.2.1 (2021-01-30)

Bug Fixes

  • update discord redirect URL (f1dbdee)
  • aliaspiece: make aliases writable (#51) (7ed3da6)
pieces -

Published by favna over 3 years ago

1.2.0 (2021-01-21)

Features

  • Expose Store.construct & Store.insert (#47) (797ddac)
pieces -

Published by favna over 3 years ago

1.1.0 (2021-01-08)

Features