Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

0.4.0

Compare
Choose a tag to compare
@polqf polqf released this 13 Jan 15:58
· 54 commits to master since this release

FIXES AND IMPROVEMENTS:

  • Updating Realm dependency to 0.97 (@poolqf #52 )
    • Many thanks to @bigfish24 for helping to workaround the runloop check Realm is doing in this version
  • Defending against deleteOutdatedObject returning -1 (@poolqf #53 )
  • Fix incorrect thread access when having relationships in the predicate (@ngs #56)
  • Method to mirror Objects(getMirror()) is now available as an Object Extension ( @bronenos #57 )
  • Speed up initial RealmCache population ( @bronenos #58 )
  • Support for descending sections sort ( @bronenos #60 )