Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Releases: proc7ts/supply

Release 2.0.1

Choose a tag to compare

@surol surol released this 24 May 07:28
v2.0.1
7ee612f

Packaging

  • Mark package free of side effects.

Release 2.0.0

Choose a tag to compare

@surol surol released this 21 Dec 10:09
v2.0.0
82e9a32

Features

  • Introduce SupplyIsOff indicating supply result.
  • Introduce SupplyReceiver and Supplier interfaces representing supply sites.
  • Introduce SupplyIn and SupplyOut implementations of SupplyReceiver and Supplier respectively.

Changes

  • Switch to ES2022.
  • Drop SupplyPeer interface.
  • Make Supply.isOff return SupplyIsOff instance rather boolean flag.

Release 1.2.3

Choose a tag to compare

@surol surol released this 08 Jul 07:09
v1.2.3

Improvements

  • Optimize unexpected abort processing (#6).

Release 1.2.2

Choose a tag to compare

@surol surol released this 08 Jul 06:17
v1.2.2

Improvements

  • Implement supply states as classes (#5).

Release 1.2.1

Choose a tag to compare

@surol surol released this 08 Jul 05:22
v1.2.1

Improvements

  • Optimize whenOff callbacks processing (#4).

Release 1.2.0

Choose a tag to compare

@surol surol released this 06 Jul 08:50
v1.2.0

New Features

  • Add Supply.derive() method - creates derived supply.
  • Add Supply.require() method - created required supply.

Release 1.1.0

Choose a tag to compare

@surol surol released this 28 May 04:35
v1.1.0

Packaging

  • Bundle in ESM format only.

Release 1.0.0

Choose a tag to compare

@surol surol released this 11 Mar 12:26

Initial release