Skip to content

chore(release): version packages#11

Merged
linyiru merged 1 commit into
mainfrom
changeset-release/main
Jun 25, 2026
Merged

chore(release): version packages#11
linyiru merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@junejs/server@0.0.48

Patch Changes

  • #10 b83df35 Thanks @linyiru! - Render content markdown with @momiji-rs/sparkdown/gfm (wasm) instead of marked

    The content pipeline now renders entry.html via @momiji-rs/sparkdown/gfm — a WASI-free WebAssembly
    CommonMark + GFM renderer — replacing marked. Benchmarked on real docs (Bun): ~75× faster on small
    pages and ~580× faster on large pages (marked degrades super-linearly: a 27KB page took ~130ms; the
    same page renders in ~0.22ms), with GFM (tables, strikethrough, task lists, autolinks) at no extra
    cost. Output is CommonMark-strict: headings stay bare (<h2>…), code fences keep language-*, and a
    bare {…} is literal text. The wasm initializes once per process; this module is build/dev-only, so it
    never enters the worker bundle.

@linyiru linyiru merged commit 5da4201 into main Jun 25, 2026
1 check 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