Releases: async/framework
Releases · async/framework
@async/framework v0.11.15
- Made the source package private and kept its public surface to the minimal
export spec for root,/browser,/server, and/package.jsononly. - Moved publish staging to generated
dist/package.jsonso npm and release
automation publish fromdist/while package consumers still receive
root-level artifacts withoutdist/paths. - Removed legacy direct artifact subpath exports plus top-level
main/module/browser/typesand generated file lists from the source
manifest. - Updated pack, size, pipeline, and installed-package coverage to verify the
browser and server entrypoints remain split after packing. - Bundle size from bundled TypeScript source:
browser.ts197,173 B raw /
37,198 B gzip ->browser.min.js84,013 B raw / 24,894 B gzip
(-113,160 B raw, -12,304 B gzip).
@async/framework v0.11.14
fix(framework): align conditional exports
@async/framework v0.11.13
fix(framework): validate server transport JSON
@async/framework v0.11.12
fix(framework): defer boundary sequence commits
@async/framework v0.11.11
test(framework): stabilize suspense readiness assertion
@async/framework v0.11.10
fix(framework): report automatic scheduler flush errors
@async/framework v0.11.9
fix(framework): support promise-like scheduler batches
@async/framework v0.11.8
fix(framework): scope server result application
@async/framework v0.11.7
fix(framework): use explicit server result envelopes
@async/framework v0.11.6
fix(framework): own async signal run lifecycles