Releases: async/web
Releases · async/web
@async/web v0.2.0
Release notes from CHANGELOG.md for 0.2.0 (2026-06-14).
Features
- Add generated
@async/pipelinerelease, preview, snapshot, GitHub Pages, and API surface workflows for the Async org release standard. - Add API surface ledger artifacts and pnpm-first release documentation for the publishable
@async/webpackage.
Changed
- Standardize docs and package task examples on pnpm and
pnpm run <pipeline-name>. - Replace the standalone release workflow with the generated
async-pipeline.yml.
Source: CHANGELOG.md in tag v0.2.0.
v0.1.0
Release notes from CHANGELOG.md for 0.1.0 (2026-05-28).
Initial public release of Async Web as @async/web.
Features
- Added the WebRuntime
Request -> Responsesimulator with fake frontend, service worker, network, edge/CDN, backend, tracing, delay, streaming, and virtual filesystem support. - Added promise-based route middleware with mounted apps, mock/origin routes, cache helpers, redirects, rewrites, static file serving, and backend app dispatch.
- Added scoped platform APIs for per-runtime
fetch, storage, cookies, cache storage, timers, crypto, encoding, messaging, navigator state, and fake locations. - Added same-realm and iframe runtime configuration for registered frontend and backend apps.
- Added WebRuntime-to-WebRuntime routing and streaming through the virtual network.
- Added browser shell examples for full-stack demos, service-worker-style cache, edge cache, streaming, multi-app routing, request bodies, platform fetch chains, and stateful session/cache behavior.
- Added the
@async/web/runtime/platformauthoring facade and@async/web/runtime/viteplugin for dev-time WebRuntime APIs and build-time native globals.
Tests
- Added coverage for memory filesystem, fake location/history/navigation, service worker routing, pipeline tracing, delay, edge cache/transforms, request bodies, streaming responses, WebRuntime network streaming, platform state, iframe runtime config, browser shell routing, and Vite platform import behavior.
Documentation
- Added README and docs for getting started, concepts, examples, routes/cache, platform/runtimes, browser shell usage, and Vite compile-away behavior.
Source: CHANGELOG.md in tag v0.1.0.