Skip to content

v0.6.0

Choose a tag to compare

@PatrickJS PatrickJS released this 24 Jun 11:40

Release notes from CHANGELOG.md for @async/flow@0.6.0 (2026-06-24).

  • Added explicit compose availability metadata with AVAILABILITY,
    when(..., { availability: true }), and leading-gate lifting into
    can(...), explain(...), and describe().
  • Removed the legacy lifecycle compatibility surface in favor of async signal names:
    ASYNC_SIGNAL, ASYNC_SIGNAL_IMMEDIATE, asyncSignals, and the
    @async/flow/async-signal subpath now own the lifecycle API.
  • Removed the old compatibility aliases and subpath.
  • Renamed public inspection metadata to
    describe().asyncSignals.

Release evidence

  • Release type: stable
  • Package profile: node-library
  • npm pack files: 25
File Raw Gzip Brotli
src/index.d.ts 1.3 KB 534 B 422 B
src/index.js 1.2 KB 505 B 402 B

Diff links:


Source: CHANGELOG.md in tag v0.6.0.