Releases: contentful/contentful.swift
Releases · contentful/contentful.swift
Metadata support
Support metadata object on Entry and Asset models
Search by tags support
Fix
5.4.0
5.3.1
5.3.0
- Each call to
handleJSON
creates a localJSONDecoderinstance
which uses its ownLinkResolver
instance. This change fixes issues causing race conditions during decoding response. - Improved the
fetch*
methods so the private/internal methods do not call public methods which caused issues when trying to debug and trace the calls. The publicfetch*
methods are defined in the Client+Fetch.swift - The public
fetch*
methods do not change the state of the Client anymore. - Updated documentation for the fetch* calls.
5.2.0
5.1.3
5.1.2
5.1.1
5.1.0
- Switched to using Swift.ResultType (Breaking Change)
- Updated Venmo/DVR
- Fixed race condition issues with link resolutions
- Updated QueryTests to work with new Contentful response
- Exposed a method that allows filtering content by link reference's id
- Updated docs