Skip to content

Sync — 0.7.1

Compare
Choose a tag to compare
@3lvis 3lvis released this 03 Apr 01:25
· 1406 commits to master since this release
  • 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 add hyper.isPrimaryKey to your attribute to mark it as primary key
  • Added support for Binary Data types, in this way you can use NSDictionary and NSArray, 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.

😼