> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 2.25.0

**`(feat):`** 添加 `generate-literals` 配置选项。启用时，字符串和布尔字面量属性发出一个自包含的 `readonly struct`，带有内置的 `JsonConverter`，而不是使用带有 `Assert` 设置器的字符串属性。该结构类型在 JSON 反序列化边界验证字面量值，并支持隐式转换为 `string` 或 `bool`。

之前的 `experimental-readonly-constants` 选项现已弃用，使用时将记录警告。请改用 `generate-literals`。

## 2.24.5

**`(chore):`** 向生成的 CI 工作流添加并发配置，设置 cancel-in-progress: false 以防止较新运行启动时取消堆叠的运行。