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

Releases: contentful/contentful.objc

3.0.0 tvOS support; deprecated persistence

30 Jul 09:48
3e6528a
Compare
Choose a tag to compare
Merge pull request #100 from contentful/deprecate-persistence

tvOS support; drop persistence; drop CMA

3.0.0 tvOS support; deprecated persistence

30 Jul 10:11
3e6528a
Compare
Choose a tag to compare
  • tvOS support to the Cocoapods spec now added
  • Project compatible with Xcode 9.3
  • Removes all CMA code as the CMA SDK is deprecated.
  • Support for contentful-persistence.objc has been dropped.
  • Removes all UI related code as the SDK shouldn't be rendering any UI for the user.

v2.0.4

25 Sep 08:40
Compare
Choose a tag to compare

Fixes broken seed database utility

Fixes failure to compile when not using modules support

Management-0.10.0

18 May 15:21
Compare
Choose a tag to compare

The Management SDK now lives in this repository.

v2.0.1

30 Mar 11:46
Compare
Choose a tag to compare
  • Updates Realm in Persistence Library
  • Drops support for Xcode 7

v2.0.0

22 Feb 09:38
Compare
Choose a tag to compare

Adds

  • Support for AFNetworking 3
  • Drops deprecated NSURLConnection code

Fixes

  • Fixes NSKeyedArchiver error #64
  • Uses new ISO8601 date transformer that does not use deprecated Cocoa API

ContentfulDeliveryAPI 1.10.4

22 Aug 13:11
Compare
Choose a tag to compare

Fixed

  • Sanitize persisted asset input
  • Fix for asset link synchronization when offline caching
  • Fix for entry link synchronization when offline caching
  • Fix for transparent images when offline caching

ContentfulDeliveryAPI 1.10.3

18 May 08:02
Compare
Choose a tag to compare

Fixed

  • Fix an issue with synchronization of empty values
  • Fix a potential race condition regarding localisation

ContentfulDeliveryAPI 1.10.2

04 May 12:12
Compare
Choose a tag to compare

Fixed

  • Unify handling of localised fields between Assets and Entries. This fixes fallback locales for Assets, which previously were not working for locales being present in the current space.

ContentfulDeliveryAPI 1.10.1

19 Apr 08:20
Compare
Choose a tag to compare

Changed

  • Pin version of ISO8601DateFormatter in podspec