0.47.0
(feat): Add support for nullable properties. Users can now specify explicit null values
for types that specify nullable properties like so:
0.46.11
(fix): Don’t double check whether an optional string literal alias (see example below) is a string when using serializer to build query string parameters.
0.46.10
(fix): Use serialization layer to convert types to JSON strings when enabled.