Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Releases: contentful/contentful.objc

ContentfulDeliveryAPI 1.7.4

27 May 23:38
Compare
Choose a tag to compare

Fixed

  • Fall back to main queue if no custom queue is set

ContentfulDeliveryAPI 1.7.3

29 Apr 20:09
Compare
Choose a tag to compare

Fixed

  • Do not use cached content types when CMA'ing

ContentfulDeliveryAPI 1.7.2

27 Apr 09:45
Compare
Choose a tag to compare

Changed

  • Enforce the use of AFNetworking 2.5.3 to avoid security issues regarding SSL certificate validation.

ContentfulDeliveryAPI 1.7.1

15 Apr 15:51
Compare
Choose a tag to compare

Fixed

  • Fix wrong nullability annotations on CDAClient

ContentfulDeliveryAPI 1.7.0

15 Apr 14:55
Compare
Choose a tag to compare

Added

  • Use the new ObjC nullability annotations

Fixed

  • Ensure quality is in the supported value range
  • Fixed link resolution in multi-page sync reponses

ContentfulDeliveryAPI 1.6.1

27 Mar 19:59
Compare
Choose a tag to compare

Changed

ContentfulDeliveryAPI 1.6.0

17 Mar 01:21
Compare
Choose a tag to compare

Added

  • Support for additional image URL parameters

Changed

  • Unified internal use of cda_setImageWithAsset variants

ContentfulDeliveryAPI 1.5.0

12 Mar 14:01
Compare
Choose a tag to compare

Added

  • Added hasChanged property to persistence manager

Fixed

  • Reduced download size for faster installation and cloning (2MB if installed via CocoaPods)
  • Ensure that when multiple requests are dispatched, only the newest image is used
  • Ensure we do not refresh cached images if no bigger size is available
  • Offload image decompression to a background thread

ContentfulDeliveryAPI 1.4.9

11 Feb 17:01
Compare
Choose a tag to compare

Added

  • Optional Rate-limiting for GET requests

Fixed

  • Do not require CDAClient for asset URL generator (Fixes #26)
  • Immediately return content type if already fetched
  • Redefine NSParameterAssert to avoid errors with Xcode 6.3 beta
  • Get rid of the precompiled header

ContentfulDeliveryAPI 1.4.8

15 Jan 19:09
Compare
Choose a tag to compare

Added

  • CDAError.h is a public header
  • Use auto-layout constraints if image view's size is zero
  • Added an experimental persistence manager for Realm

Removed

  • Removed HRCoder depedency

Changed

  • Gracefully ignore nil assets

Fixed

  • Do not crash when items, linkType, etc. of a Field are null
  • Added missing free()
  • Fix: itemType was handled incorrectly