Skip to content

Commit 4af8ea2

Browse files
committed
chore: release v0.0.53
1 parent a9c7e92 commit 4af8ea2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/public/llms-full.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Markstream is a family of streaming Markdown renderers for AI applications. This
2020

2121
### markstream-react
2222
- Package name: markstream-react
23-
- Version: 0.0.52
23+
- Version: 0.0.53
2424
- Maturity label: beta
2525
- Framework/runtime: React 18/19, Next.js App Router, Next.js Pages Router, Remix
2626
- Description: React/Next.js streaming Markdown renderer for AI chat, LLM token streams, SSE/WebSocket output, incomplete Markdown, long documents, Mermaid, KaTeX, Shiki, Monaco, and custom React components.
@@ -76,7 +76,7 @@ Markstream is a family of streaming Markdown renderers for AI applications. This
7676

7777
### stream-markdown-parser
7878
- Package name: stream-markdown-parser
79-
- Version: 1.0.7
79+
- Version: 1.0.8
8080
- Maturity label: stable
8181
- Framework/runtime: Any JavaScript or TypeScript app
8282
- Description: Framework-agnostic streaming Markdown parser that outputs structured nodes for Markstream renderers and custom render pipelines.

docs/public/llms-full.zh-CN.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Markstream 是面向 AI 应用的多框架流式 Markdown 渲染器家族。本
2020

2121
### markstream-react
2222
- 包名:markstream-react
23-
- 版本:0.0.52
23+
- 版本:0.0.53
2424
- 成熟度标签:beta
2525
- 框架/运行时:React 18/19、Next.js App Router、Next.js Pages Router、Remix
2626
- 描述:React/Next.js streaming Markdown renderer for AI chat, LLM token streams, SSE/WebSocket output, incomplete Markdown, long documents, Mermaid, KaTeX, Shiki, Monaco, and custom React components.
@@ -76,7 +76,7 @@ Markstream 是面向 AI 应用的多框架流式 Markdown 渲染器家族。本
7676

7777
### stream-markdown-parser
7878
- 包名:stream-markdown-parser
79-
- 版本:1.0.7
79+
- 版本:1.0.8
8080
- 成熟度标签:稳定
8181
- 框架/运行时:任意 JavaScript 或 TypeScript 应用
8282
- 描述:Framework-agnostic streaming Markdown parser that outputs structured nodes for Markstream renderers and custom render pipelines.

packages/markstream-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "markstream-react",
33
"type": "module",
4-
"version": "0.0.52",
4+
"version": "0.0.53",
55
"description": "React/Next.js streaming Markdown renderer for AI chat, LLM token streams, SSE/WebSocket output, incomplete Markdown, long documents, Mermaid, KaTeX, Shiki, Monaco, and custom React components.",
66
"author": "Simon He",
77
"license": "MIT",

0 commit comments

Comments
 (0)