Skip to content

Releases: sapphiredev/pieces

v3.0.1

05 Oct 07:05
Compare
Choose a tag to compare

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)

v3.0.0

05 Oct 07:04
Compare
Choose a tag to compare

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)

v2.2.0

26 Aug 20:28
Compare
Choose a tag to compare

2.2.0 (2021-08-26)

Features

Bug Fixes

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

v2.1.0

29 Jun 23:59
Compare
Choose a tag to compare

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)

v2.0.0

08 May 17:17
d19d4c8
Compare
Choose a tag to compare

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)

v1.2.5

02 May 18:05
Compare
Choose a tag to compare

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)

v1.2.4

21 Apr 13:29
Compare
Choose a tag to compare

1.2.4 (2021-04-21)

Bug Fixes

  • change all Sapphire URLs from "project"->"community" & use our domain where applicable 👨‍🌾🚜 (#69) (fc55625)

v1.2.3

16 Mar 20:55
Compare
Choose a tag to compare

1.2.3 (2021-03-16)

Bug Fixes

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

v1.2.2

12 Feb 09:55
Compare
Choose a tag to compare

1.2.2 (2021-02-12)

Bug Fixes

  • docs: tsdoc has been improved (c9ee146)

v1.2.1

30 Jan 11:47
Compare
Choose a tag to compare

1.2.1 (2021-01-30)

Bug Fixes

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