Realm v0.2.0 Release Notes

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

    API breaking changes

    • ➕ addRow renamed to addEmptyRow

    ✨ Enhancements

    • ➕ Adding a simple class for version numbering.
    • ➕ Adding get-version and set-version targets to build.sh.
    • 👍 tableview now supports sort on column with column type bool, date and int
    • tableview has method for checking the column type of a specified column
    • tableview has method for getting the number of columns
    • ➕ Adding methods getVersion, getCoreVersion and isAtLeast.
    • ➕ Adding appendRow to TightdbTable.
    • ➕ Adding object subscripting.
    • ➕ Adding method removeColumn on table.

    🛠 Bugfixes

    • None.