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