浏览代码

chore: patch release (#225)

* chore: add minor changeset for v0.15 release

* chore: change changeset to patch release

---------

Co-authored-by: ctate <366502+ctate@users.noreply.github.com>
Chris Tate 3 月之前
父节点
当前提交
43b7515a24
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      .changeset/v0-15-release.md

+ 9 - 0
.changeset/v0-15-release.md

@@ -0,0 +1,9 @@
+---
+"@json-render/core": patch
+---
+
+Add yaml format support to `buildUserPrompt`
+
+### New:
+
+- `buildUserPrompt` now accepts `format` and `serializer` options, enabling YAML as a wire format alongside JSON