Skip to content

Releases: contentstack/contentstack-ios-persistence

add support to init sync on 422 for pagination and sync token

Choose a tag to compare

@ishaileshmishra ishaileshmishra released this 01 Feb 09:54
d199774

add support to init sync on 422 for pagination and sync token

Additional function support added for Sync Manager

Choose a tag to compare

@ishaileshmishra ishaileshmishra released this 19 Oct 13:39
e10e231

Additional function support added for Sync Manager

Enhancements

  • Updated the code to address the issue using two different approaches.
    • One approach involves updating the class_getSuperclass implementation to use the NSObject superclass function.
    • Introduced an additional function in the SDK that can accept a list of classes you wish to persist.

Persistence Realm dependency version update

Choose a tag to compare

@uttamukkoji uttamukkoji released this 30 Apr 04:40
v0.0.5

Realm Dependency updated

Multi content type Feature

Choose a tag to compare

@uttamukkoji uttamukkoji released this 29 Jul 13:15
v0.0.4

Multi CT changes

Dependency version for Contentstack framework updated

Choose a tag to compare

@uttamukkoji uttamukkoji released this 15 Apr 19:50
v0.0.3

Dependency version for Contentstack framework updated

CoreData threading assertions issue resolved.

Choose a tag to compare

@uttamukkoji uttamukkoji released this 05 Apr 07:37

Version 0.0.2 (2019-04-05)

Fixed

  • CoreData threading assertions issue resolved.

Changes

  • PersistanceDelegate
    • Added method -(void)performBlock:(void (^)(void))block
    • Added method -(void)performBlockAndWait:(void (^)(void))block
  • CoreDataStore
    • Change method name '''-(instancetype) initWithContext:(NSManagedObjectContext*) context'''
    • Implemented '''PersisitenceDelegate``` new methods:
      • -(void)performBlock:(void (^)(void))block
      • -(void)performBlockAndWait:(void (^)(void))block
  • RealmStore
    • Implemented '''PersisitenceDelegate``` new methods:
      • -(void)performBlock:(void (^)(void))block
      • -(void)performBlockAndWait:(void (^)(void))block

contentstack-ios-persistence v0.0.1

Choose a tag to compare

@uttamukkoji uttamukkoji released this 30 Oct 12:11

Initial Release