Skip to content

Releases: contentstack/contentstack-ios

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'