v0.11.11
Release notes from CHANGELOG.md for 0.11.11 (2026-06-18).
- Serialized rejected async-signal snapshot errors to stable
name,message,
andcoderecords so JSON SSR snapshots preserve documented
$error.messagebindings during browser activation. - Normalized non-Error rejections into readable error records while omitting
arbitrary error object properties from snapshots by default. - Added regression coverage for JSON snapshot round-trips, error code
preservation, non-Error rejection normalization, and SSR activation bindings. - Bundle size from bundled TypeScript source:
browser.ts185,440 B raw /
34,884 B gzip ->browser.min.js78,754 B raw / 23,362 B gzip
(-106,686 B raw, -11,522 B gzip).
Source: CHANGELOG.md in tag v0.11.11.