Skip to content

Releases: async/framework

@async/framework v0.11.15

19 Jun 07:13

Choose a tag to compare

  • Made the source package private and kept its public surface to the minimal
    export spec for root, /browser, /server, and /package.json only.
  • Moved publish staging to generated dist/package.json so npm and release
    automation publish from dist/ while package consumers still receive
    root-level artifacts without dist/ paths.
  • Removed legacy direct artifact subpath exports plus top-level
    main/module/browser/types and 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.ts 197,173 B raw /
    37,198 B gzip -> browser.min.js 84,013 B raw / 24,894 B gzip
    (-113,160 B raw, -12,304 B gzip).

@async/framework v0.11.14

18 Jun 22:54

Choose a tag to compare

fix(framework): align conditional exports

@async/framework v0.11.13

18 Jun 22:43

Choose a tag to compare

fix(framework): validate server transport JSON

@async/framework v0.11.12

18 Jun 22:34

Choose a tag to compare

fix(framework): defer boundary sequence commits

@async/framework v0.11.11

18 Jun 22:24

Choose a tag to compare

test(framework): stabilize suspense readiness assertion

@async/framework v0.11.10

18 Jun 22:13

Choose a tag to compare

fix(framework): report automatic scheduler flush errors

@async/framework v0.11.9

18 Jun 22:06

Choose a tag to compare

fix(framework): support promise-like scheduler batches

@async/framework v0.11.8

18 Jun 21:59

Choose a tag to compare

fix(framework): scope server result application

@async/framework v0.11.7

18 Jun 21:50

Choose a tag to compare

fix(framework): use explicit server result envelopes

@async/framework v0.11.6

18 Jun 21:32

Choose a tag to compare

fix(framework): own async signal run lifecycles