Skip to content

Sync — 2.4.0

Compare
Choose a tag to compare
@3lvis 3lvis released this 29 Nov 22:53
· 471 commits to master since this release
  • Fixes an issue where ordered relationships wouldn't maintain their order #233

This one couldn't be possible without the help from the fantastic @dersvenhesse! Thanks <3

  • Fix issue cleaning to-one relationship using ID #320
  • Add willInsert delegate. Called before the JSON is used to create a new NSManagedObject.
  • Add support for NSPersistentContainer
public class func changes(_ changes: [[String : Any]], inEntityNamed entityName: String, predicate: NSPredicate?, persistentContainer: NSPersistentContainer, completion: ((_ error: NSError?) -> Void)?) {