Sync — 2.4.0
- 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)?) {