Skip to content

Initial Version 3 Release

Compare
Choose a tag to compare
@tachyonics tachyonics released this 08 Dec 09:00
· 9 commits to main since this release
3cacd62

This release of ServiceModelSwiftCodeGenerate provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x and SmokeHTTP 2.x.

  1. Async/Await support.
  2. Move OpenAPI 3.0 and swagger support to https://github.com/amzn/openapi-swift-code-generate.
  3. Add compiler options. (#54)
  4. Add the ability to code generate a configuration object. (#55)
  5. Escape reverved words when generating the Error OptionSet (#56)
  6. Provide the ability to construct a model from multiple file paths (#57)
  7. Support custom target names (#64)
  8. Remove explicit smoke-aws references (#67)
  9. Associate an OverridesType with a ServiceModel type (#68)