v0.12.5
Release notes from CHANGELOG.md for @async/framework@0.12.5 (2026-06-24).
- Added
asyncFramework({ layer, server, client })for Hono-backed Vite
development and client-only production asset builds without a platform target. - Added Vite Hono and Vite JSX streaming examples, including optimizer report
visibility for the selectedsignals,events,async-signals, and
streamruntime slices. - Re-exported the optimizer
reportfrom Vite-generated JSX bootstrap modules
and marked runtime handler imports for Vite analysis so example dev servers
stay warning-free. - Bundle size from bundled TypeScript source:
browser.tsraw 356,171 B (356.2 KB / 0.356 MB), gzip 66,646 B (66.6 KB / 0.067 MB), br 54,356 B (54.4 KB / 0.054 MB) ->browser.min.jsraw 149,871 B (149.9 KB / 0.150 MB), gzip 43,590 B (43.6 KB / 0.044 MB), br 37,839 B (37.8 KB / 0.038 MB); delta raw -206,300 B (-206.3 KB / -0.206 MB), gzip -23,056 B (-23.1 KB / -0.023 MB), br -16,517 B (-16.5 KB / -0.017 MB).
Release evidence
- Release type: stable
- Package profile: framework-browser
- npm pack files: 40
| File | Raw | Gzip | Brotli |
|---|---|---|---|
browser.d.ts |
39.7 KB | 7.3 KB | 6.5 KB |
browser.js |
347.8 KB | 65.5 KB | 53.0 KB |
browser.min.js |
146.4 KB | 42.6 KB | 37.0 KB |
browser.ts |
347.8 KB | 65.5 KB | 53.1 KB |
browser.umd.js |
369.1 KB | 67.0 KB | 53.7 KB |
browser.umd.min.js |
148.6 KB | 42.8 KB | 37.0 KB |
framework.d.ts |
40.0 KB | 7.4 KB | 6.5 KB |
framework.ts |
352.9 KB | 66.5 KB | 53.6 KB |
server.js |
352.9 KB | 66.5 KB | 53.6 KB |
Diff links:
- browser.d.ts: https://github.com/async/framework/compare/HEAD%5E...v0.12.5?diff=unified#diff-browser.d.ts
- browser.js: https://github.com/async/framework/compare/HEAD%5E...v0.12.5?diff=unified#diff-browser.js
- browser.ts: https://github.com/async/framework/compare/HEAD%5E...v0.12.5?diff=unified#diff-browser.ts
- browser.umd.js: https://github.com/async/framework/compare/HEAD%5E...v0.12.5?diff=unified#diff-browser.umd.js
- framework.d.ts: https://github.com/async/framework/compare/HEAD%5E...v0.12.5?diff=unified#diff-framework.d.ts
- framework.ts: https://github.com/async/framework/compare/HEAD%5E...v0.12.5?diff=unified#diff-framework.ts
- server.js: https://github.com/async/framework/compare/HEAD%5E...v0.12.5?diff=unified#diff-server.js
Source: CHANGELOG.md in tag v0.12.5.