Skip to content

Releases: mattpolzin/JSONAPI-OpenAPI

Update to JSONAPI v2

27 Sep 05:22

Choose a tag to compare

Update to JSONAPI v2 Pre-release
Pre-release

Update version of JSONAPI, fix some bugs, remove dependency on JSONAPI-Arbitrary (was not actually a dependency and having it in the package broke usage of this library in downstream non-test executables).

Update OpenAPIKit version

07 Sep 21:11
7ac0329

Choose a tag to compare

Pre-release

⚠️ Breaking Changes ⚠️
This version of OpenAPIKit contains a number of breaking changes.

Update dependencies

25 Aug 00:40

Choose a tag to compare

Update dependencies Pre-release
Pre-release
0.4.1

Update dependencies and fix unit test ambiguity that apparently came …

Migrate to `OpenAPIKit` library.

28 Jul 05:03
cdc9389

Choose a tag to compare

Pre-release

⚠️ Breaking Changes ⚠️
Moved OpenAPI code out of this library and into its own package. The naming changed in the new package so this is a breaking change. The biggest name change is most things that used to be called JSONNode are now called JSONSchema.

This change also comes with much more complete test coverage of the OpenAPI code.

Update dependencies and mattpolzin/JSONAPI naming

03 Jul 16:13

Choose a tag to compare

⚠️ Breaking change ⚠️
In updating to the latest version of mattpolzin/JSONAPI so naming changes were required. These are mostly just types with "Entity" in their name getting changed to "ResourceObject" to better align with the naming in the JSON:API Spec.

Updated to Swift tools version 5.0 and Swift language version 5.0

Added required properties to OpenAPI parameter type.

01 Feb 06:20

Choose a tag to compare

Added "in" and "schema"/"content" properties to OpenAPI parameter type. These were not the only missing properties of that type, but they are the only ones required to create compliant OpenAPI documentation containing parameters.

First Pre-release outside of parent JSONAPI repo.

31 Jan 02:11

Choose a tag to compare

See https://github.com/mattpolzin/JSONAPI for a historical reference of this package's changes over time.