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

0.4.1

Compare
Choose a tag to compare
@polqf polqf released this 10 Feb 16:32
· 39 commits to master since this release
  • 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)
  • 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