0.18.2
(fix):
Fixed a bug where nullable query parameters were not accessed correctly in endpoint methods.
0.18.1
(fix):
Discriminated union variants with numeric or special character discriminant values now generate valid Swift identifiers using number-to-word conversion.
0.18.0
(feat):
Swift SDKs now include automatically generated wire tests via the enableWireTests
option (defaults to true).
0.17.5
(fix):
Fixed a bug where some discriminated union variants were missing the container declaration statement in their encode(to:)
method body.
0.17.4
(fix):
Fixed missing gitUrl
and minVersion
values in SPM installation instructions in README.
0.17.3
(fix):
Reduced subclient class initializer access level to internal
.
0.17.2
(fix):
Upgraded generator-cli dependency to fix local generation handling of .fernignore files.
0.17.1
(fix):
Fixed incorrect handling of self
keyword in struct property names.
0.17.0
(feat):
Added multipart/form-data
request support with autogenerated fileUpload
request structs and automatic Content-Type
boundary handling.
0.16.0
(feat):
Added support for custom sections in the README.md via customSections
config option.
0.15.0
(feat):
Added reference.md
generation with endpoint method details and usage examples.
0.14.0
(feat):
Autogenerated README now includes request types, additional headers, additional query string parameters, timeouts, and custom networking client sections.
0.13.0
(feat):
Introduced Nullable
container type and related extensions to support explicit nulls.