Realm v0.83.0 Release Notes

Release Date: 2014-08-13 // almost 10 years ago
  • API breaking changes

    • ๐Ÿ— Realm-Xcode6.xcodeproj now only builds using Xcode6-Beta5.
    • Properties to be persisted in Swift classes must be explicitly declared as dynamic.
    • ๐Ÿ‘ป Subclasses of RLMObject subclasses now throw an exception on startup, rather than when added to a Realm.

    โœจ Enhancements

    • โž• Add support for querying for nil object properties.
    • ๐Ÿ‘Œ Improve error message when specifying invalid literals when creating or initializing RLMObjects.
    • ๐Ÿ‘ป Throw an exception when an RLMObject is used from the incorrect thread rather than crashing in confusing ways.
    • Speed up RLMRealm instantiation and array property iteration.
    • ๐Ÿ‘ Allow array and objection relation properties to be missing or null when creating a RLMObject from a NSDictionary.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed a memory leak when querying for objects.
    • ๐Ÿ›  Fixed initializing array properties on standalone Swift RLMObject subclasses.
    • ๐Ÿ›  Fix for queries on 64bit integers.