Skip to content

Tags: mattpolzin/JSONAPI-OpenAPI

Tags

0.26.0

Toggle 0.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from mattpolzin/catch-undefined-parameters

catch undefined path parameters before they cause a swift compilation…

0.25.0

Toggle 0.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #14 from mattpolzin/openapikit-v2

OpenAPIKit v2

0.24.0

Toggle 0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from mattpolzin/jsonapi-v5

JSONAPI v5 release

0.23.2

Toggle 0.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Package.swift

Switch to Swift Package Manager dependency URLs that contain the .git extension. This is not required by SwiftPM, but if a project does not consistently use the .git extension on dependency URLs (or not) then SwiftPM can get into trouble. The majority of open source projects use or suggest using the .git extension, so this project will standardize in that direction as well.

0.23.1

Toggle 0.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from mattpolzin/ephemeral-request-cache

give the session for test requests an ephemeral (in memory) cache.

0.23.0

Toggle 0.23.0's commit message
Add ability to set the HTTP method of test API requests.

0.22.3

Toggle 0.22.3's commit message
on API request network error, give the original URL if there is not a…

… URL specifically associated with the error.

0.22.2

Toggle 0.22.2's commit message
don't print the failure URL at all if it is nil.

0.22.1

Toggle 0.22.1's commit message
fix mime type comparison by lowercasing everything. make URLError fai…

…lures more comprehensible.

0.22.0

Toggle 0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from mattpolzin/non-jsonapi-documents

slight refactor and addition of a new type of document generator