Skip to content

Releases: apple/swift-openapi-generator

Swift OpenAPI Generator 0.3.0

06 Oct 12:06
a919c65
Compare
Choose a tag to compare

⚠️ Contains API-breaking changes.

See the full announcement on the Swift forums1.

What's Changed

SemVer Minor

SemVer Patch

Other Changes

Full Changelog: 0.2.3...0.3.0

  1. https://forums.swift.org/t/swift-openapi-generator-0-3-0-released-swift-http-types-streaming-bodies-shorthand-apis/67704

Swift OpenAPI Generator 0.2.3

25 Sep 15:14
df985d7
Compare
Choose a tag to compare

New feature flags

  • urlEncodedForm enables support for generating Codable types for application/x-www-form-urlencoded request bodies

What's Changed

SemVer Patch

Other Changes

  • Fixes #78 - Explicitly name reusable header types as 'response header' types by @PARAIPAN9 in #284
  • Move warning about strict concurrency into PlatformChecks.swift by @simonjbeaumont in #289

New Contributors

Full Changelog: 0.2.2...0.2.3

Swift OpenAPI Generator 0.2.2

18 Sep 14:23
7da0f96
Compare
Choose a tag to compare

What's Changed

SemVer Patch

Other Changes

New Contributors

Full Changelog: 0.2.1...0.2.2

Swift OpenAPI Generator 0.2.1

04 Sep 08:42
99e3102
Compare
Choose a tag to compare

What's Changed

SemVer Patch

Other Changes

Full Changelog: 0.2.0...0.2.1

Swift OpenAPI Generator 0.2.0

31 Aug 13:51
af2ab82
Compare
Choose a tag to compare

⚠️ Contains API-breaking changes.

See the full announcement on the Swift forums.

What's Changed

SemVer Minor

  • Prepare 0.2.0 release (API breaking changes) by @czechboy0 in #218
  • Stop generating empty input/output structs (query, headers, ...) by @czechboy0 in #235
  • Include parameters in the content type name by @czechboy0 in #236

SemVer Patch

  • Bump OpenAPIKit - fixes a server variable parsing issue by @czechboy0 in #233

Other Changes

New Contributors

Full Changelog: 0.1.13...0.2.0

Swift OpenAPI Generator 0.1.13

30 Aug 11:59
7ddef95
Compare
Choose a tag to compare

What's Changed

SemVer Patch

  • [Generator] Integrate the new URI and String coders by @czechboy0 in #226

Full Changelog: 0.1.12...0.1.13

Swift OpenAPI Generator 0.1.12

29 Aug 13:56
cf8e437
Compare
Choose a tag to compare

What's Changed

SemVer Patch

  • Support OpenAPI 3.1 in addition to 3.0 by @czechboy0 in #219
  • Allow refs to oneOf/anyOf inside a oneOf with a discriminator by @czechboy0 in #224
  • Allow non-unique values in oneOf.discriminator.mapping by @czechboy0 in #225

Full Changelog: 0.1.11...0.1.12

Swift OpenAPI Generator 0.1.11

24 Aug 13:29
640a58c
Compare
Choose a tag to compare

What's Changed

SemVer Patch

Other Changes

Full Changelog: 0.1.10...0.1.11

Swift OpenAPI Generator 0.1.10

22 Aug 08:21
3b12834
Compare
Choose a tag to compare

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

Swift OpenAPI Generator 0.1.9

16 Aug 10:08
722c1ab
Compare
Choose a tag to compare

What's Changed

SemVer Patch

Other Changes

New Contributors

Full Changelog: 0.1.8...0.1.9