v0.11.10
Release notes from CHANGELOG.md for 0.11.10 (2026-06-18).
- Routed automatic microtask scheduler flush failures through an explicit error
channel so failed jobs no longer surface as unhandled promise rejections. - Reported automatic flush failures to configured
onErrorhandlers or
globalThis.reportError, with scheduler metadata for phase, scope, and key,
while preserving manualscheduler.flush()rejection behavior. - Added regression coverage for automatic
onErrorreporting,reportError
delivery without unhandled rejections, and manual flush rejection metadata. - Bundle size from bundled TypeScript source:
browser.ts184,238 B raw /
34,642 B gzip ->browser.min.js78,267 B raw / 23,232 B gzip
(-105,971 B raw, -11,410 B gzip).
Source: CHANGELOG.md in tag v0.11.10.