Skip to content

Bring dependencies into project

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 20 Mar 22:49
9a66f0f

⚠️ Breaking Changes ⚠️
Brings Poly, OrderedDictionary, and AnyCodable dependencies into project, additionally making small tweaks and (in the case of Either) substantial additions to the available interface.

Either

Support now offered by the in-library Either type instead of the Poly2 type.

Adds OpenAPI.Component.dereference() function and named accessors for all existing types OpenAPIKit wraps in Either.

OrderedDictionary and AnyCodable

No changes to interface except for only adding the AnyCodable type (no need for the AnyEncodable or AnyDecodable types).