Files
vercel-labs__json-render/.changeset
Chris Tate dc489601be add yaml wire format and universal edit modes (#219)
* add yaml wire format and universal edit modes

**Summary**

- Add `@json-render/yaml` package with streaming parser, YAML prompt generation, and AI SDK transform
- Add universal edit modes (patch, merge, diff) to `@json-render/core`, usable across both JSONL and YAML formats
- Integrate YAML support and edit mode selection into the web playground with format toggle, token usage display, and prompt caching

* improvements

* fixes

* fixes ci

* docs
2026-03-13 13:37:21 -05:00
..
2026-02-06 14:12:00 -06:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in the repository.

Adding a changeset

To add a changeset, run pnpm changeset in the root of the repository. This will prompt you to select which packages have changed and what type of version bump (major, minor, or patch) should be applied.

All @json-render/* packages are versioned together -- a changeset for any one of them will bump all packages to the same version.