Releases: caiyue1993/IceCream
Releases · caiyue1993/IceCream
Ready for iOS 15
Fix:
- #244 Fix crashes on iOS 15 when resolving long-lived operation
Relationships Repaired
- Fix
Issue #238 relationships recover but not to the original parent class(in #240)
Relationships you wanted
Realm one-to-many relationships fully supported.
- "An owner may have a
List<Cat>
"
- "2.0.0 version has covered it for you"
Better late than never.
Add:
#206 Add support for Realm List
type which contains Object subclass
Background Worker
Add
- Implement background synchronization #155
Fix
- Fix primaryKey wrongly convertion issue #165
You Want This Completion Handler
Add
- Add a completionHandler in the
pull
method #141
1.10.1
Fix Carthage build failing issue on macOS, watchOS and tvOS #145
Swift 5
Now IceCream builds against Swift 5.0 and Xcode 10.2.
Make It Public
Add
- Add support for public database #124
Also comes with great improvements on code structure.
Customization
Add
- Add a option to let developer choose whether to overwrite existing CreamAsset file(the default choice is
true
) #103
- Add support for custom CKContainers #104
- Add support for custom Realm #108
Fix
- Fix the conversion issue of recordID to Int type primaryKey #111
Realm List of Basic Types
Add
- Add support for Lists of basic types #98
Fix
- Fix a crash when new no-optional property added #92
- Avoid force unwrapping
storedData
#101