0.17.2
(fix):
Upgrade 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):
Add 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.
0.12.4
(fix):
Fixed incorrect handling of schema date
fields — now decoded into a new CalendarDate
type.
0.12.3
(fix):
Added missing system dependencies (bash, curl, git, zip) to Swift generator Docker image to fix README generation.
0.12.2
(fix):
Request headers in endpoint methods are now restricted to String types only.
0.12.1
(fix):
Required bearer token param in root client convenience initializer is now correctly marked as @escaping
and the relevant argument is now initialized properly.
0.12.0
(feat):
Added autogenerated README for Swift SDKs with dynamic usage snippets.