mattpolzin / OpenAPIKit

Codable Swift OpenAPI implementation.
MIT License
284 stars 36 forks source link

Split project into v3.0 and v3.1 modules #180

Closed mattpolzin closed 3 years ago

mattpolzin commented 3 years ago

This will allow default support of the newest OpenAPI specification without importing all of the older version but still allow the user to import the older version if desired.

The user will be able to choose between versions or even import both to work across them.

Work off of the release/3_0 branch and work on types in the OpenAPIKit (not OpenAPIKit_3_0) module.

mattpolzin commented 3 years ago

This task has been completed (in the release/3_0 branch)