Skip to content

Releases: contentstack/contentstack-ios

Fix crash on NSInvalidArgumentException

02 Sep 07:11
Compare
Choose a tag to compare
  • Added nil check on response object before caching with json serialisation
  • Pull request #14 resolves -> issue #13

Embedded Items feature support added

06 Apr 12:37
Compare
Choose a tag to compare
  • Entry
    • 'includeEmbeddedItems' function added
  • Query
    • 'includeEmbeddedItems' function added

API Analytics for SDK update

05 Mar 06:58
Compare
Choose a tag to compare
Merge pull request #11 from contentstack/user_agent

API Analytics for SDK update

Content type fetch: update in URI parameters

22 Jan 06:28
Compare
Choose a tag to compare
Merge pull request #10 from contentstack/automate-test

Automate test and Content type fetch update

Publish content fallback feature

05 Dec 14:59
Compare
Choose a tag to compare
Update API:
  • Asset
    • 'includeFallback' function added
  • AssetLibrary
    • 'includeFallback' function added
  • Entry
    • 'includeFallback' function added
  • Query
    • 'includeFallback' function added

EU URL issue

16 Apr 05:10
Compare
Choose a tag to compare
v3.7.1

version update

Global Fields Support

15 Nov 09:52
Compare
Choose a tag to compare

Update API:

  • Stack
    • update function 'getContentType:'
  • ContentType
    • update function 'fetch:'

CS networking

25 Oct 05:59
Compare
Choose a tag to compare
  • CSError
    • added new class
  • CSNetworking
    • Implemented Contentstack Networking library

Multi content type Feature

29 Jul 10:47
Compare
Choose a tag to compare
New Features:
  • Query
    • added method 'includeReferenceContentTypeUid'
    • added method 'locale'
  • Entry
    • added method 'includeReferenceContentTypeUid'
    • added method 'includeContentType'
    • added method 'locale'
API deprecation:
  • Query
    • deprecated method 'language'
  • Entry
    • deprecated method 'language'
API removed:
  • Config
    • removed property attribute 'ssl'
    • removed method 'includeSchema'
  • Stack
    • removed property attribute 'ssl'

Fetching Content Types information and SSL deprecated.

12 Apr 07:07
Compare
Choose a tag to compare

Fixes

  • AFNetworking library updated trough Pod installation.

Changes

  • API deprecation:
    • Config
      • deprecated property attribute 'ssl'
    • Stack
      • deprecated property attribute 'ssl'
  • New Features:
    • Stack
      • added method 'getContentTypes:'
    • ContentType
      • added method 'fetch:'