Sync Versions Save

JSON to Core Data and back. Swift Core Data Sync.

4.2.0

5 years ago

4.1.3

6 years ago
  • Update to Xcode 9.3

4.1.2

6 years ago

4.1.1

6 years ago

4.1.0

6 years ago
  • Fixes a crash in to-many relationships #467

  • Fixes an issue with duplicated primary keys #471 (@batjo)

Before the following JSON would create 6 body entries, now is only 3.

[{
    "id":0,
    "title":"story 1",
    "comments":[{
        "body":"comment 1"
      },{
        "body":"comment 2"
      },{
        "body":"comment 3"
      }]
  },
  {
    "id":1,
    "title":"story 2",
    "comments":[{
        "body":"comment 1"
      },{
        "body":"comment 2"
      },{
        "body":"comment 3"
      }]
  }]
  • Fixes an issue where sending empty or null wouldn't remove the element #459

  • Added a code of conduct #468

  • Added support for extended operation options #433

Before you could set insert, update and delete operations and that worked for both parents and children, now you have more control and can also decide if children follow these rules using insertRelationships, updateRelationships and deleteRelationships.

4.0.3

6 years ago
  • Fixes an issue where if you had several stores the completion block would be triggered when every store was dropped.

https://github.com/3lvis/Sync/pull/439

4.0.2

6 years ago
  • #366: Fix operation is never marked as finished (#435)

4.0.1

6 years ago
  • Improved Objective-C support thanks to @alejouribesanchez

giphy 2

4.0.0

6 years ago

Xcode 9 and Swift 4 support.

3.3.1

6 years ago