Skip to content

Releases: 3lvis/Sync

Sync — 1.16.0

21 Oct 10:50
Compare
Choose a tag to compare
  • Changed NSManagedObject_HYPPropertyMapper with SYNCPropertyMapper.

You might need to replace any:

import NSManagedObject_HYPPropertyMapper

With:

import SYNCPropertyMapper

And:

// Before
hyp_remote

// After
hyp_snakeCase
// Before
hyp_local

// After
hyp_camelCase

Sync — 1.15.0 (Swift 2.3)

09 Oct 19:40
Compare
Choose a tag to compare
  • Reduced dependencies

You might need to replace any broken imports with

import NSManagedObject_HYPPropertyMapper

Sync — 2.2.0

04 Oct 17:34
Compare
Choose a tag to compare
  • Reduced dependencies

You might need to replace any broken imports with

import NSManagedObject_HYPPropertyMapper

Sync — 2.1.6 (Swift 3)

30 Sep 16:43
Compare
Choose a tag to compare
  • Moved to a new organization

Sync — 1.14.4 (Swift 2.3)

30 Sep 16:52
Compare
Choose a tag to compare
  • Move to new organization

Sync — 2.1.5 (Swift 3)

29 Sep 22:47
Compare
Choose a tag to compare
  • Moved one of the dependencies

Sync — 2.1.4 (Swift 3)

29 Sep 17:09
Compare
Choose a tag to compare
  • Remove print calls

Sync — 2.1.3 (Swift 3)

26 Sep 22:09
Compare
Choose a tag to compare
  • Fix an issue where Sync wasn't working well with entities that had multiple relationships with the same entity. #291

Sync — 2.1.2 (Swift 3)

26 Sep 16:35
Compare
Choose a tag to compare
  • Fixed an issue with updating to-many relationships

#280

Sync — 1.14.3 (Swift 2.3)

26 Sep 22:09
Compare
Choose a tag to compare
  • Fix an issue where Sync wasn't working well with entities that had multiple relationships with the same entity. #291