Skip to content

v0.13.0

Choose a tag to compare

@PatrickJS PatrickJS released this 26 Jun 17:29

Release notes from CHANGELOG.md for @async/framework@0.13.0 (2026-06-26).

  • Moved streaming, Flow, and router browser code behind explicit
    @async/framework/stream, @async/framework/flow, and
    @async/framework/router subpaths so the default browser asset stays focused
    on the core runtime.
  • Added guarded Flow and router startup errors when default-browser apps use
    those declarations without importing their opt-in subpath.
  • Added a bundle optimizer pipeline for Brotli-oriented candidate measurement
    and diagnostics.
  • Bundle size from bundled TypeScript source: browser.ts raw 227,580 B (227.6 KB / 0.228 MB), gzip 42,303 B (42.3 KB / 0.042 MB), br 35,028 B (35.0 KB / 0.035 MB) -> browser.min.js raw 95,660 B (95.7 KB / 0.096 MB), gzip 27,847 B (27.8 KB / 0.028 MB), br 24,709 B (24.7 KB / 0.025 MB); delta raw -131,920 B (-131.9 KB / -0.132 MB), gzip -14,456 B (-14.5 KB / -0.014 MB), br -10,319 B (-10.3 KB / -0.010 MB).

Release evidence

  • Release type: stable
  • Package profile: framework-browser
  • npm pack files: 58
File Raw Gzip Brotli
browser.d.ts 37.8 KB 7.0 KB 6.2 KB
browser.js 222.2 KB 41.6 KB 34.2 KB
browser.min.js 93.4 KB 27.2 KB 24.1 KB
browser.ts 222.2 KB 41.6 KB 34.2 KB
browser.umd.js 236.2 KB 42.7 KB 34.7 KB
browser.umd.min.js 94.9 KB 27.4 KB 24.2 KB
framework.d.ts 39.8 KB 7.3 KB 6.5 KB
framework.ts 333.1 KB 62.0 KB 49.8 KB
server.js 333.1 KB 61.9 KB 49.7 KB

Diff links:


Source: CHANGELOG.md in tag v0.13.0.