We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290f418 commit 26fda5cCopy full SHA for 26fda5c
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.6.0](https://github.com/zirkelc/ai-stream-utils/compare/v1.5.0...v1.6.0) (2026-02-11)
4
+
5
6
+### Features
7
8
+* add `consumeUIMessageStream` utility ([#11](https://github.com/zirkelc/ai-stream-utils/issues/11)) ([290f418](https://github.com/zirkelc/ai-stream-utils/commit/290f41827cc4762356a3d3f79f8bc0a16b684564))
9
10
## [1.5.0](https://github.com/zirkelc/ai-stream-utils/compare/v1.4.2...v1.5.0) (2026-01-29)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ai-stream-utils",
- "version": "1.5.0",
+ "version": "1.6.0",
"description": "AI SDK: Filter and transform UI messages while streaming to the client",
"packageManager": "pnpm@10.0.0",
"types": "./dist/index.d.mts",
0 commit comments