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

Releases: polqf/RealmResultsController

0.2.3

05 Nov 09:58
Compare
Choose a tag to compare

Fixed a crash on the endUpdates() of a tableView when using filter.

⬇️ Added precompiled framework

0.2.2

27 Oct 13:54
Compare
Choose a tag to compare
  • Updated to Swift 2.1
  • Updated Realm version to v0.96.2
  • CocoaPods support 🎉

⬇️ Added precompiled framework for Carthage to be faster (Using Xcode 7.1)

0.2.1

14 Oct 13:42
Compare
Choose a tag to compare
  • Fixing some issues related with Carthage installations
  • Fixing a crash when calling numberOfObjectsAt and there were no objects on the cache

⬇️ Added precompiled framework for Carthage to be faster

0.2.0

08 Oct 14:50
Compare
Choose a tag to compare
  • Added support for Carthage 🎉

0.1.2

07 Oct 14:20
Compare
Choose a tag to compare
  • Fixed a bug with dynamicType that was causing crashes when compiling on devices.
  • Fixed the path of the Realm in the Example app to be accessible from both Device and Simulator
  • Added some examples of using the controller with a background Realm

0.1.1

07 Oct 10:06
Compare
Choose a tag to compare
  • Fixed a crash when mirroring objects with Lazy vars
  • Added notifyChange() method to inform of changes in a single object during a transaction

First public release

04 Sep 16:09
Compare
Choose a tag to compare
  • Fixed all bugs and crashes of the beta, 100% test coverage and working nice! 🎉