Releases: 3lvis/Sync
Releases · 3lvis/Sync
Sync — 1.16.0
- 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)
- Reduced dependencies
You might need to replace any broken imports with
import NSManagedObject_HYPPropertyMapper
Sync — 2.2.0
- Reduced dependencies
You might need to replace any broken imports with
import NSManagedObject_HYPPropertyMapper
Sync — 2.1.6 (Swift 3)
- Moved to a new organization
Sync — 1.14.4 (Swift 2.3)
- Move to new organization
Sync — 2.1.5 (Swift 3)
- Moved one of the dependencies
Sync — 2.1.4 (Swift 3)
- Remove print calls
Sync — 2.1.3 (Swift 3)
- 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)
- Fixed an issue with updating to-many relationships
Sync — 1.14.3 (Swift 2.3)
- Fix an issue where Sync wasn't working well with entities that had multiple relationships with the same entity. #291