Skip to content

Swift OpenAPI Runtime 1.0.0-alpha.1

Compare
Choose a tag to compare
@czechboy0 czechboy0 released this 27 Nov 17:35
· 16 commits to main since this release
7d1644b

What's Changed

SemVer Major ⚠️ (breaking changes)

SemVer Minor

  • Base64EncodedData initializer taking an array slice shouldn't have a label by @PARAIPAN9 in #71
  • [Multipart] Add public types by @czechboy0 in #77
  • [Multipart] Add converter SPI methods by @czechboy0 in #78

SemVer Patch

  • [Multipart] Introduce a bytes -> frames parser by @czechboy0 in #72
  • [Multipart] Add the frame -> bytes serializer by @czechboy0 in #73
  • [Multipart] Add a frames -> raw parts parsing sequence by @czechboy0 in #74
  • [Multipart] Add a raw parts to frames serializer sequence. by @czechboy0 in #75
  • [Multipart] Validation sequence by @czechboy0 in #76

Other Changes

Full Changelog: 0.3.6...1.0.0-alpha.1