Swift OpenAPI Generator 0.1.4
What's Changed
SemVer Patch
- Emit YAML processing errors that Xcode can display by @macblazer in #81
- Add
await
andProtocol
to the identifiers escaping rules by @denil-ct in #88 - Emit a descriptive error when running the generator on iOS, tvOS, or watchOS by @czechboy0 in #87
- Generate deprecation annotations based on OpenAPI document by @simonjbeaumont in #92
- Support Yams 5.0 (support 4.0.0 ..< 6.0.0) by @simonjbeaumont in #111
- Generate @Frozen enums for operation outputs and request/response bodies by @simonjbeaumont in #109
Other Changes
- Specify default code listing language for DocC catalog by @denil-ct in #85
- Fix a typo in the name of the transformingFirstLetter method by @michalsrutek in #90
- docs: Update proposal process by @simonjbeaumont in #91
- Fix typo in comments in docker-compose files by @simonjbeaumont in #93
- Move DocC and integration tests into separate CI pipelines by @simonjbeaumont in #110
- Simplify swift-format soundness script by @simonjbeaumont in #108
- Full compatibility with the "ExistentialAny" upcoming feature by @MahdiBM in #99
- Add finer-grain reference tests for translation phase by @simonjbeaumont in #103
- Disable ExistentialAny temporarily by @czechboy0 in #122
- [Tests] Add an integration test product for easier iteration by @czechboy0 in #121
New Contributors
- @denil-ct made their first contribution in #85
- @macblazer made their first contribution in #81
- @michalsrutek made their first contribution in #90
- @MahdiBM made their first contribution in #99
Full Changelog: 0.1.3...0.1.4