v0.6.0
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(...), anddescribe(). - Removed the legacy lifecycle compatibility surface in favor of async signal names:
ASYNC_SIGNAL,ASYNC_SIGNAL_IMMEDIATE,asyncSignals, and the
@async/flow/async-signalsubpath 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:
- src/index.d.ts: https://github.com/async/flow/compare/HEAD%5E...v0.6.0?diff=unified#diff-src%2Findex.d.ts
- src/index.js: https://github.com/async/flow/compare/HEAD%5E...v0.6.0?diff=unified#diff-src%2Findex.js
Source: CHANGELOG.md in tag v0.6.0.