Sync — 0.7.1
- Update dependencies
More from 0.7.0
- Added support for custom primary keys, before it was inferred that the primary key would be
remoteID
, now you can addhyper.isPrimaryKey
to your attribute to mark it as primary key - Added support for
Binary Data
types, in this way you can useNSDictionary
andNSArray
, read more in HYPPropertyMapper 3.0.0 - [BREAKING CHANGE] Improved API, now it should be simpler to use and more consistent
+ (void)changes:(NSArray *)changes
inEntityNamed:(NSString *)entityName
dataStack:(DATAStack *)dataStack
completion:(void (^)(NSError *error))completion;
- [BREAKING CHANGE] Improved Core Data user info keys to be more consistent
static NSString * const SyncCustomPrimaryKey = @"hyper.isPrimaryKey";
static NSString * const SyncCustomRemoteKey = @"hyper.remoteKey";
Thanks a lot to @RamonGilabert for his contributions on this release. Don't even try to get him, we already made him sign for his soul.
😼