mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-17 20:29:02 +00:00
* [swift5] Add useClasses to use `final class` instead of `struct` * [swift5] Always include CodingKeys enum * [swift5] Implement model equals and hash functions * [swift5] Encode `null` values * [swift5] Test `useClasses` in urlsessionLibrary * [swift5] Add a required nullable prop test case to 2_0/swift/petstore*.yaml * [swift5] Update samples and docs