Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/documentation-site.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/faster-progressive-snapshots.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# schema-stream

## 4.2.0

### Minor Changes

- [#21](https://github.com/hack-dance/schema-stream/pull/21) [`06e422c`](https://github.com/hack-dance/schema-stream/commit/06e422c493e331cd6c4372d2bfcf81f49178048b) Thanks [@roodboi](https://github.com/roodboi)! - Reduce progressive parsing overhead by batching internal partial-string updates at source-chunk
boundaries when completion callbacks are unused, using safe fast property writes, and materializing
`iterate()` snapshots directly without a UTF-8 JSON round trip. External and exotic defaults retain
the previous JSON normalization behavior. Add the low-overhead `onValueComplete` event for
child-before-parent completion deltas with their completed values while preserving the legacy
progress callback. Add a polished Bun and Node benchmark, complex completion coverage, runnable
examples, server-to-browser transport guidance, and deterministic plus opt-in live SDK integration
tests, including a guarded Mastra Agent compatibility example and weekly live canary.

### Patch Changes

- [#22](https://github.com/hack-dance/schema-stream/pull/22) [`6045b9f`](https://github.com/hack-dance/schema-stream/commit/6045b9f2a0e7901f421d1b4107e2aeae1b35e64e) Thanks [@roodboi](https://github.com/roodboi)! - Link the package to schema.stream and add the generated documentation site, executable integration
guides, synchronized canonical Markdown, browser playground, and a reproducible product demo video.

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schema-stream",
"version": "4.1.0",
"version": "4.2.0",
"description": "Progressively parse streamed JSON into typed, schema-shaped snapshots",
"author": "Dimitri Kennedy <dimitri@sick.email> (https://hack.dance)",
"license": "MIT",
Expand Down