Skip to content

Swift OpenAPI Generator 0.1.10

Compare
Choose a tag to compare
@czechboy0 czechboy0 released this 22 Aug 08:21
· 213 commits to main since this release
3b12834

What's Changed

SemVer Patch

  • Emit JSON path reference in comments for all generated types by @takeshi-1000 in #196
  • [Generator] Stop generating an undocumented case for enums/oneOfs by @czechboy0 in #205
  • Fix warning in generated server code by @arthurcro in #209
  • All descriptions defined in the OpenAPI document are generated by @takeshi-1000 in #213
  • Additional 'case' blocks cannot appear after the 'default' block of a 'switch' by @dpasirst in #212
  • Bump OpenAPIKit to 3.0.0-beta.1 by @czechboy0 in #215

Other Changes

  • [Docs] Clarify what constitutes a breaking change of generated code by @czechboy0 in #200
  • Document using Server-sent Events with OpenAPI by @czechboy0 in #208
  • Remove redundant Equatable conformances in code generation by @arthurcro in #214

New Contributors

Full Changelog: 0.1.9...0.1.10