Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Release 3.1.0

Choose a tag to compare

@surol surol released this 06 May 09:39
· 694 commits to master since this release

New Features

  • Add ContextSupply support.
    When available inside context, it is cut off once context is destroyed.
    It is predefined to the supply of context if the latter implements EventSupplyPeer.
    Updatable context key implementations cut off their values supply once context supply is cut off.

Changes

  • Make a seed key of updatable keys updatable too.

Fixes

  • Correct string representation of value spec in error message

Dependencies

  • @proc7ts/a-iterable and @proc7ts/call-thru are no longer peer dependencies.