v0.5.0
Release notes from CHANGELOG.md for @async/flow@0.5.0 (2026-06-23).
- Added projected Flow instance store values, including direct
flow.name
reads and writes for public store entries. - Added
_store field support for internal async signal controllers, plus a
non-enumerableflow._namespace for integration code. - Added getter-backed computed store entries and direct computed receiver reads
such asthis.count. - Added
bool(...),every(...),some(...), andnot(...)helpers for
composing boolean conditions acrosswhen(...),branch(...),
guard(...), andtransition(...). - Renamed the async signal lifecycle guide from resources to async signals
while preserving resource compatibility exports.
Release evidence
- Release type: stable
- Package profile: node-library
- npm pack files: 27
| File | Raw | Gzip | Brotli |
|---|---|---|---|
src/index.d.ts |
1.3 KB | 527 B | 423 B |
src/index.js |
1.2 KB | 510 B | 427 B |
Diff links:
- src/index.d.ts: https://github.com/async/flow/compare/HEAD%5E...v0.5.0?diff=unified#diff-src%2Findex.d.ts
- src/index.js: https://github.com/async/flow/compare/HEAD%5E...v0.5.0?diff=unified#diff-src%2Findex.js
Source: CHANGELOG.md in tag v0.5.0.