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.10.0

11 Apr 15:15
Compare
Choose a tag to compare

Added

  • Extend CDAPersistedAsset with more metadata

ContentfulDeliveryAPI 1.9.6

25 Feb 14:30
Compare
Choose a tag to compare

Fixed

  • Use update path for create in persistence manager

Changed

  • Unbreak the build for 64-bit with Xcode 7.3 and -Weverything
  • Fiddle with deployment targets to avoid warnings

ContentfulDeliveryAPI 1.9.5

10 Feb 12:43
Compare
Choose a tag to compare

Fixed

  • Do not assert if no entry class is defined
  • Fix issues with query sync and Core Data threading
  • Perform delegate method work on the right queue
  • Fix tests so that they can work with NSPrivateQueueConcurrencyType

ContentfulDeliveryAPI 1.9.4

02 Feb 15:07
Compare
Choose a tag to compare

Added

  • Add performBlock: API to persistence manager
  • Add documentation for block typedefs
  • Add missing parameter documentation

Changed

  • Consistently use non-quoted imports for public headers

ContentfulDeliveryAPI 1.9.3

15 Dec 15:22
Compare
Choose a tag to compare

Added

  • Expose the default server name as a string constant

Fixed

  • Copy contentTypeRegistry when copying a CDAClient
  • Use feature check for module imports (allows use from ObjC++)

ContentfulDeliveryAPI 1.9.2

16 Nov 14:43
Compare
Choose a tag to compare

Changed

  • Use a static list if there are no custom classes

ContentfulDeliveryAPI 1.9.1

16 Nov 13:54
Compare
Choose a tag to compare

Added

  • Added an option to filter non-existing resources automatically

Changed

  • Use CDAClassIsOfType instead of isKindOfClass:
  • Move +classIsOfType: code to CDAUtilities

ContentfulDeliveryAPI 1.9.0

24 Sep 20:46
Compare
Choose a tag to compare

Added

  • Extend persistence manager to correctly map localised properties
  • CRUD for localised entries
  • Added models for localizable persisted entries

ContentfulDeliveryAPI 1.8.1

11 Sep 20:54
Compare
Choose a tag to compare

Fixed

  • Fix crash inside CDAClassGetSubclasses()
  • Fix AFNetworking dependency

ContentfulDeliveryAPI 1.8.0

28 Aug 15:59
Compare
Choose a tag to compare

Fixed

  • Mark +[CDASyncedSpace readFromFile:client:] as nullable. Add file URL version.
  • Use improved NSCoding implementation for CDAResource
  • Assert that a CDAResource identifier is never nil
  • Update nullability annotations for Xcode 7 beta 4 compatibility
  • Update project to Xcode 7

Added

  • Allow opt-in to preview API in production builds
  • Add missing nullability annotations to CDAResource
  • Support wildcard locale queries

Removed

  • Remove synchronisation fallback for linked entries