Realm v0.3.0 Release Notes

Release Date: 2014-03-14 // about 10 years ago
  • ⚡️ The Objective-C API has been updated and your code will break!

    API breaking changes

    • Most selectors have been renamed in the binding!
    • Prepend TDB-prefix on all classes and types.

    ✨ Enhancements

    • Return types and parameters changed from size_t to NSUInteger.
    • ➕ Adding setObject to TightdbTable (t[2] = @[@1, @"Hello"] is possible).
    • ➕ Adding insertRow to TightdbTable.
    • Extending appendRow to accept NSDictionary.

    🛠 Bugfixes

    • None.