Skip to content

0.11.0

Compare
Choose a tag to compare
@loudmouth loudmouth released this 10 Oct 16:16
· 521 commits to master since this release

Changed

  • BREAKING: EntryModellable is now called EntryDecodable and extends Decodable from the Swift 4 Foundation standard library. There are convenience methods for deserializing fields in the "fields" container for an entry.
  • BREAKING: The MappedContent type no longer exists. If requesting heterogeneous collections (by hitting "/entries" with no query paramters for intance), you will get a Result<MixedMappedArrayResponse> and it is up to you to filter the array by the contained types.

Fixed

  • #132 EntryDecodable not synthesizing arrays of links
  • #133 EntryDecodable not allowing properties that are implicit optionals