> 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):`** Add support for `uint`, `ulong`, and `float` types.

**`(internal):`** Bump to IRv53.

## 0.4.0

**`(feat):`** Add support for `allow-multiple` query parameters.

**`(feat):`** Generate `map<string, unknown>` types as `Dictionary<string, object?>` to support explicit `null` values.

## 0.3.4

**`(internal):`** Make datetime deserialization more lenient and include milliseconds in serialization.

## 0.3.3

**`(internal):`** Generate types with `set` accessors instead of `init` to improve object construction flexibility.