Skip to content

v0.5.0

Choose a tag to compare

@PatrickJS PatrickJS released this 23 Jun 23:04

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-enumerable flow._ namespace for integration code.
  • Added getter-backed computed store entries and direct computed receiver reads
    such as this.count.
  • Added bool(...), every(...), some(...), and not(...) helpers for
    composing boolean conditions across when(...), branch(...),
    guard(...), and transition(...).
  • 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:


Source: CHANGELOG.md in tag v0.5.0.