v0.3.0
ido50
tagged this
01 Sep 14:47
This commit adds support for boolean query parameters that are optional, meaning their type is `*bool` rather than `bool`. This is useful in cases where an API must know whether the parameter was actually provided, even if it was false, and not just received a zero value.