All Versions
83
Latest Version
Avg Release Cycle
22 days
Latest Release
533 days ago

Changelog History
Page 9

  • v0.71.1 Changes

    January 29, 2016

    ๐Ÿ›  Minor Fixes

    ๐Ÿ— Building IOS apps targeting the simulator sometimes got an error like:

    Error MT5209: Native linking error...building for iOS simulator,
    but linking in object file built for OSX, for architecture i386 (MT5209)
    

    ๐Ÿ›  This was fixed by removing a redundant simulator library included in NuGet

  • v0.71.0 Changes

    January 25, 2016

    ๐Ÿ‘‰ Uses Realm core 0.95.6.

    Platform Changes

    ๐Ÿ‘ Now supporting:

    • Xamarin Studio on Mac - IOS and Android
    • ๐Ÿ Xamarin Studio on Windows - Android
    • ๐Ÿ Visual Studio on Windows - IOS and Android

    Major Changes

    • โž• Added Android support as listed above.
    • โž• Added RealmConfiguration to provide reusable way to specify path and other settings.
    • โž• Added Realm.Equals, Realm.GetHashCode and Realm.IsSameInstance to provide equality checking so you can confirm realms opened in the same thread are equal (shared internal instance).
    • โž• Added Realm.DeleteFiles(RealmConfiguration) to aid in cleaning up related files.
    • โž• Added nullable basic types such as int?.
    • Optimised Realm.All<userclass>().Count() to get rapid count of all objects of given class.
    • ๐Ÿ‘ Related lists are now supported in standalone objects.

    LINQ

    • Count() on Where() implemented.
    • Any() on Where() implemented.
    • First( lambda ) and Single( lambda ) implemented.
    • Significant optimisation of Where() to be properly lazy, was instantiating all objects internally.

    API-Breaking Changes

    • [PrimaryKey] attribute renamed [ObjectId].
    • Realm.Attach(object) renamed Manage(object).
    • Lists of related objects are now declared with IList<otherClass> instead of RealmList.

    ๐Ÿ› Bug fixes

    • ๐Ÿ› Bug that caused a linker error for iPhone simulator fixed (#375)
  • v0.70.0 Changes

    December 08, 2015

    Requires installation from private copy of NuGet download.

    State

    • ๐Ÿ‘Œ Supported IOS with Xamarin Studio only.
    • Basic model and read/write operations with simple LINQ Where searches.
    • NuGet hosted as downloads from private realm/realm-dotnet repo.