Skip to content

Releases: contentstack/contentstack-ios

Contentstack Sync API Release v3.4.0

26 Oct 07:16
Compare
Choose a tag to compare

Stack

  • added method 'sync:'
  • added method 'syncToken:completion:'
  • added method 'syncPaginationToken:completion:'
  • added method 'syncFrom:completion:'
  • added method 'syncOnly:completion:'
  • added method 'syncOnly:from:completion:'
  • added method 'syncLocale:completion:'
  • added method 'syncLocale:from:completion:'
  • added method 'syncPublishType:completion:'
  • added method 'syncOnly:locale:from:completion:'
  • added method 'syncOnly:locale:from:publishType:completion:'

SyncStack

  • added New Class

v3.3.1

08 Jun 09:13
Compare
Choose a tag to compare

Changelog

Date: June 08, 2018
Change:

Added string 'BUILT_NULLABLE_P' in Entry.h
// Old Code

  • (void)fetch:(void(^)(ResponseType type, NSError *error))callback;
    // Updated Code
  • (void)fetch:(void(^)(ResponseType type, NSError * BUILT_NULLABLE_P error))callback;

v3.3.0

15 Dec 10:38
Compare
Choose a tag to compare

Changelog

Date: 15-Dec-2017
New Features:
  • Entry
    • added method ‘addParamKey: andValue:’
  • Query
    • added method 'addParamKey: andValue:'
  • Asset
    • added method 'addParamKey: andValue:'

v3.2.0

10 Nov 14:33
Compare
Choose a tag to compare

Changelog

Date: 10-Nov-2017
New Features:
  • Stack
    • added method ‘imageTransformWithUrl:andParams:’
  • Query
    • added method 'includeContentType:'
  • QueryResult
    • added property ‘content_type’
API deprecation:
  • Query
    • Deprecated property 'includeSchema'