Skip to content

docs(changelog): cut v6.2.0 release notes#209

Merged
JSv4 merged 1 commit into
mainfrom
docs/changelog-v6.2.0
May 29, 2026
Merged

docs(changelog): cut v6.2.0 release notes#209
JSv4 merged 1 commit into
mainfrom
docs/changelog-v6.2.0

Conversation

@JSv4
Copy link
Copy Markdown
Owner

@JSv4 JSv4 commented May 29, 2026

Cuts the CHANGELOG.md [Unreleased] section into a dated [6.2.0] section, matching the v6.2.0 tag and GitHub release that are already published (https://github.com/JSv4/Docxodus/releases/tag/v6.2.0). Same convention as #206 (which cut v6.1.0).

Also corrects the entry's framing to the actual behavior verified by the tests: the cost prepare() amortizes is first-comparison warmup (comparison-assembly init + JIT of the diff/XML stack, ~2× faster first compare), not deferred .wasm fetches — in the current build all assemblies are fetched at runtime init. The "no additional .wasm fetches after prepare()" guarantee still holds and is still stated.

Docs-only; no code change.

Move the WorkerDocxodus.prepare() entry from [Unreleased] into a [6.2.0]
section (released as tag v6.2.0) and correct the framing to the actual
benefit — first-comparison warmup / JIT amortization, ~2x faster first
compare — rather than network-fetch deferral, matching the final test in
npm/tests/worker-prepare.spec.ts.
@JSv4 JSv4 merged commit a21765a into main May 29, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant