Skip to content

Releases: caiyue1993/IceCream

Ready for iOS 15

21 Sep 01:56
Compare
Choose a tag to compare

Fix:

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

Relationships Repaired

18 Jul 13:21
Compare
Choose a tag to compare
  • Fix
    Issue #238 relationships recover but not to the original parent class(in #240)

Relationships you wanted

08 Feb 16:34
Compare
Choose a tag to compare

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

03 Oct 16:15
Compare
Choose a tag to compare

Add

  • Implement background synchronization #155

Fix

  • Fix primaryKey wrongly convertion issue #165

You Want This Completion Handler

13 Jul 14:48
Compare
Choose a tag to compare

Add

  • Add a completionHandler in the pull method #141

1.10.1

06 Jul 09:15
Compare
Choose a tag to compare

Fix Carthage build failing issue on macOS, watchOS and tvOS #145

Swift 5

23 Jun 14:49
Compare
Choose a tag to compare
  • Add

Now IceCream builds against Swift 5.0 and Xcode 10.2.

Make It Public

27 Apr 17:00
Compare
Choose a tag to compare

Add

  • Add support for public database #124

Also comes with great improvements on code structure.

Customization

28 Jan 14:31
Compare
Choose a tag to compare

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

13 Nov 16:22
Compare
Choose a tag to compare

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