Realm v0.91.2 Release Notes

Release Date: 2015-04-16 // about 9 years ago
    • Migration blocks are no longer called when a Realm file is first created.

    โœจ Enhancements

    • ๐Ÿ‘ RLMCollection supports collection KVC operations.
    • Sorting RLMResults is 2-5x faster (typically closer to 2x).
    • Refreshing RLMRealm after a write transaction which inserts or modifies strings or NSData is committed on another thread is significantly faster.
    • ๐Ÿšš Indexes are now added and removed from existing properties when a Realm file is opened, rather than only when properties are first added.

    ๐Ÿ›  Bugfixes

    • +[RLMSchema dynamicSchemaForRealm:] now respects search indexes.
    • +[RLMProperty isEqualToProperty:] now checks for equal indexed properties.