Realm v0.103.0 Release Notes

Release Date: 2016-05-18 // almost 8 years ago
  • API breaking changes

    • ๐Ÿš€ All functionality deprecated in previous releases has been removed entirely.
    • ๐Ÿ‘Œ Support for Xcode 6.x & Swift prior to 2.2 has been completely removed.
    • RLMResults/Results now become empty when a RLMArray/List or object they depend on is deleted, rather than throwing an exception when accessed.
    • Migrations are no longer run when deleteRealmIfMigrationNeeded is set, recreating the file instead.

    โœจ Enhancements

    • โž• Added invalidated properties to RLMResults/Results, RLMLinkingObjects/LinkingObjects, RealmCollectionType and AnyRealmCollection. These properties report whether the Realm the object is associated with has been invalidated.
    • ๐Ÿ›ฐ Some NSErrors created by Realm now have more descriptive user info payloads.

    ๐Ÿ›  Bugfixes

    • None.