Skip to content

Releases: contentful/contentful.swift

Metadata support

06 Apr 19:21
69f364a
Compare
Choose a tag to compare

Support metadata object on Entry and Asset models
Search by tags support

Fix

16 Dec 12:13
71be0f2
Compare
Choose a tag to compare
Fix

Fix decoding error for embedded entry-hyperlinks

5.4.0

03 Dec 10:15
cfc14e3
Compare
Choose a tag to compare
Merge pull request #322 from contentful/feature/sync-limit

Add setting optional sync "limit" parameter

5.3.1

23 Nov 12:38
Compare
Choose a tag to compare
  • Speed up link resolving

5.3.0

28 Sep 14:06
91f2306
Compare
Choose a tag to compare
  • Each call to handleJSON creates a local JSONDecoderinstance which uses its own LinkResolver 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 public fetch* 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

20 Aug 08:40
56e136b
Compare
Choose a tag to compare

Breaking change:

  • Enforced class requirement on the EntryDecodable. Types conforming to the protocol must be declared as classes due to async mutations in the constructor.

5.1.3

17 Aug 13:42
b04dbee
Compare
Choose a tag to compare

Remove Field warning

5.1.2

05 Aug 09:17
66cd432
Compare
Choose a tag to compare
  • Properly parse nil value on decoded JSON data
  • Bump JSON from 2.2.0 to 2.3.1

5.1.1

07 Jul 16:06
16afcd2
Compare
Choose a tag to compare

Fix:

  • Send only SyncSpace parameters when accessing the next page of data to be synced

5.1.0

10 Jun 07:52
1e25cdc
Compare
Choose a tag to compare
  • 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