Releases: contentstack/contentstack-ios-persistence
Releases · contentstack/contentstack-ios-persistence
Release list
add support to init sync on 422 for pagination and sync token
add support to init sync on 422 for pagination and sync token
Additional function support added for Sync Manager
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_getSuperclassimplementation to use theNSObjectsuperclass function. - Introduced an additional function in the SDK that can accept a list of classes you wish to persist.
- One approach involves updating the
Persistence Realm dependency version update
v0.0.5 Realm Dependency updated
Multi content type Feature
v0.0.4 Multi CT changes
Dependency version for Contentstack framework updated
v0.0.3 Dependency version for Contentstack framework updated
CoreData threading assertions issue resolved.
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
- Added method
- 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
- Implemented '''PersisitenceDelegate``` new methods:
contentstack-ios-persistence v0.0.1
Initial Release