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

Release 2.0.0

Choose a tag to compare

@surol surol released this 21 Dec 10:09
· 104 commits to master since this release
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.