v0.60.1
v0.60.1
Released 2026-07-06.
Patch release. Documentation-only — raises the JSR package score's cheap wins with no code changes.
- Module docs added to all three JSR entry points (
./index,./runtime,./optimize), with a usage example on the main entry. - Full public-API symbol documentation — JSDoc added to every remaining undocumented exported symbol and interface member (
ImportIntent,ImportDescriptor,CompileResult/CompileError/CompileOptions,OptimizeOptions/OptimizeResult,wrapExports,WitGeneratorOptions,ExportSignature,RuntimeGroupMember,preloadLibFiles,ModuleResolver, …).deno doc --lintmissing-jsdoc: 13 → 0; symbol-doc coverage 61% → ~100% (JSR requires ≥ 80%).
No types, signatures, exports, or runtime behavior changed — the compiled npm package is functionally identical to 0.60.0. (Eliminating JSR "slow types" is deferred to a future release; it requires annotating inferred types on the public API.)