Update with upstream library - 5.0.1#8
Merged
AndreaRR18 merged 94 commits intomasterfacile-it/JSONAPI:masterfrom May 31, 2021
Merged
Update with upstream library - 5.0.1#8AndreaRR18 merged 94 commits intomasterfacile-it/JSONAPI:masterfrom
AndreaRR18 merged 94 commits intomasterfacile-it/JSONAPI:masterfrom
Conversation
Minor typo fix.
Update README.md
Unindent and add syntax highlighting
Add linux tests against 5.1 and 5.2
…an guarantee (obviously the document contains a primary resource body because it is not an error body). Fix some warnings new as of the 5.2 compiler.
… advantage of key values as functions.
…ip object with no data entry.
…f a now-confusingly-named section in the documentation.
…zers Add some convenience initializers
…APIDocument protocols. Make ResourceObject hashable when its Id is hashable. Make Id's Hashable conformance take its type into consideration since the Id type's primary motivation is to retain differentiation based on the type of thing being identified.
update GitHub Actions workflow to use a test matrix.
…ources Add CompoundResource.
…paired with non-optional id metadata.
…se, use ordinal numbers and add a total include count to the message.
…t all types are wrong or exactly one type is correct.
…metadata Add id metadata to relationships.
…ure-errors Clearer include failure errors
…ntation better links documentation paired with a test to ensure documentation accuracy.
fix typo
…ping the compiler up" This reverts commit 0f79299.
…alias reference that seems to be confusing to the compiler for the thing that typealias references.
Swift 5 4 CI
Add notes about (lack of) Carthage support.
# Conflicts: # Package.resolved # Package.swift # Sources/JSONAPI/Document/Document.swift # Sources/JSONAPI/Resource/Resource Object/ResourceObject.swift # Tests/JSONAPITests/Document/DocumentDecodingErrorTests.swift # Tests/JSONAPITests/Document/DocumentTests.swift # Tests/JSONAPITests/Includes/IncludeTests.swift # Tests/JSONAPITests/Includes/IncludesDecodingErrorTests.swift # Tests/JSONAPITests/Includes/stubs/IncludeStubs.swift
ChrisMyrants
approved these changes
May 31, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@ChrisMyrants please review