Realm v0.93.0 Release Notes

Release Date: 2015-05-27 // almost 9 years ago
  • API breaking changes

    • Schema versions are now represented as uint64_t (Objective-C) and UInt64 (Swift) so that they have the same representation on all architectures.

    ✨ Enhancements

    • Swift: Results now conforms to CVarArgType so it can now be passed as an argument to Results.filter(_:...) and List.filter(_:...).
    • Swift: Made SortDescriptor conform to the Equatable and StringLiteralConvertible protocols.
    • Int primary keys are once again automatically indexed.
    • 👌 Improve error reporting when attempting to mark a property of a type that cannot be indexed as indexed.

    🛠 Bugfixes

    • Swift: RealmSwift.framework no longer embeds Realm.framework, which now allows apps using it to pass iTunes Connect validation.