Caiyue1993 IceCream Versions Save

Sync Realm Database with CloudKit

2.1.0

2 years ago

Add:

  • Location is now supported(see CreamLocation class for more details) #254

2.0.4

2 years ago

Fix:

  • #244 Fix crashes on iOS 15 when resolving long-lived operation

2.0.3

2 years ago
  • Fix Issue #238 relationships recover but not to the original parent class(in #240)

2.0.0

3 years ago

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

1.12.0

4 years ago

Add

  • Implement background synchronization #155

Fix

  • Fix primaryKey wrongly convertion issue #165

1.11.0

4 years ago

Add

  • Add a completionHandler in the pull method #141

1.10.1

4 years ago

Fix Carthage build failing issue on macOS, watchOS and tvOS https://github.com/caiyue1993/IceCream/issues/145

1.10.0

4 years ago
  • Add

Now IceCream builds against Swift 5.0 and Xcode 10.2.

1.9.0

5 years ago

Add

  • Add support for public database #124

Also comes with great improvements on code structure.

1.8.0

5 years ago

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