This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
Releases: polqf/RealmResultsController
Releases · polqf/RealmResultsController
0.5.0 - Swift 3
0.4.4
0.4.3
0.4.2
0.4.1
- Updating Realm to 0.98 (#68 @poolqf)
- When subscribed to a single object change, now sending a RealmChange as object of the NSNotification. (#67 @poolqf)
- Exposed
RealmChange
- Exposed
- Fixed a bug when sending two events (add/delete/update) for an object inside the same realm write block. (#67 @poolqf )
- Showing a warn message when that happens.
- Set a symbolic breakpoint RealmResultsController.warnDuplicated to debug it
- More information about this change here: #66
0.4.0
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 )
0.3.1
0.3.0
0.2.5
0.2.4
When using RRC embedded framework in an Extension, it is required to have the APPLICATION_EXTENSION_API_ONLY flag set to YES.
If not, Xcode shows the following warning
linking against dylib not safe for use in application extensions
⬇️ Added precompiled framework