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

## 0.5.0

**`(feat):`** 添加对 `uint`、`ulong` 和 `float` 类型的支持。

**`(internal):`** 升级到 IRv53。

## 0.4.0

**`(feat):`** 添加对 `allow-multiple` 查询参数的支持。

**`(feat):`** 将 `map<string, unknown>` 类型生成为 `Dictionary<string, object?>` 以支持显式 `null` 值。

## 0.3.4

**`(internal):`** 使日期时间反序列化更宽松，并在序列化中包含毫秒。

## 0.3.3

**`(internal):`** 生成具有 `set` 访问器而非 `init` 的类型，以提高对象构造灵活性。