Swift OpenAPI Generator 0.1.7
New Features in Preview
You can try out upcoming features by enabling the following feature flags on the CLI, or in the config file:
multipleContentTypes
: support for handling multiple request and response body content types; note that the support for propagating the Accept header has not landed yet and is tracked by #160
This feature will become the default behavior in 0.2.0, so you can help provide early feedback by explicitly turning it on in your project.
What's Changed
SemVer Patch
- Improve the diagnostic for when a schema is unsupported by @czechboy0 in #164
- [Bug] Handle the '\r\n' newline correctly by @czechboy0 in #169
- [Generator] Multiple content types support by @czechboy0 in #146
Other Changes
- Add tests for responses with examples by @simonjbeaumont in #166
Full Changelog: 0.1.6...0.1.7