v0.10.0
Release notes from CHANGELOG.md for @async/flow@0.10.0 (2026-06-26).
Added
- Added
@async/flow/protocolas the shared symbol-brand subpath for Flow
definitions, live instances, helper metadata, compose batching, and graph
objects.
Changed
- Made
@async/flow/graphconsume Flow instances through theFLOW_INSPECT
protocol symbol instead of importing helper APIs. - Made
@async/flow/buildercompile through the scheduler-free helper layer so
graph-to-config compilation does not pull in the default scheduler wrapper.
Release evidence
- Release type: stable
- Package profile: node-library
- npm pack files: 35
| File | Raw | Gzip | Brotli |
|---|---|---|---|
src/framework-runtime.d.ts |
7.3 KB | 1.5 KB | 1.3 KB |
src/framework-runtime.js |
41.8 KB | 8.2 KB | 7.2 KB |
src/index.d.ts |
1.6 KB | 606 B | 492 B |
src/index.js |
1.2 KB | 531 B | 444 B |
Diff links:
- src/framework-runtime.d.ts: https://github.com/async/flow/compare/HEAD%5E...v0.10.0?diff=unified#diff-src%2Fframework-runtime.d.ts
- src/framework-runtime.js: https://github.com/async/flow/compare/HEAD%5E...v0.10.0?diff=unified#diff-src%2Fframework-runtime.js
- src/index.d.ts: https://github.com/async/flow/compare/HEAD%5E...v0.10.0?diff=unified#diff-src%2Findex.d.ts
- src/index.js: https://github.com/async/flow/compare/HEAD%5E...v0.10.0?diff=unified#diff-src%2Findex.js
Source: CHANGELOG.md in tag v0.10.0.