4.4.0
Added
- Support multiple authentication types per operation #222 @malteburkert
- Added support for
decimal
number format #259 @yonaskolb - Added
numberType
,doubleType
,floatType
anddecimalType
template options #259 @yonaskolb - Added support for binary response bodies #224 @Hustenbonbon
Fixed
- Fixed inline allOf group generation
- Fixed property generation when there is only one group schema; the first group schema type will be used as the type #217
- Added
anyType
option that allows to overrideAny
in models - Fixed date encoding formatter to conform to RFC3339
- Fixed
.swift-version
to use Swift 5.2 instead of Swift 4.1 #246 - Fixed Server is not defined issue #197
Internal
- SwagGen minimum Swift version is 5.0