This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
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