Realm Xamarin v0.76.0 Release Notes

Release Date: 2016-06-09 // almost 8 years ago
  • Major Changes

    • RealmObject classes will now implicitly implement INotifyPropertyChanged if you specify the interface on your class. Thanks to Joe Brock for this contribution!

    Minor Changes

    • ๐Ÿ‘ long is supported in queries (Issue #607)
    • ๐Ÿ”— Linker error looking for System.String System.String::Format(System.IFormatProvider,System.String,System.Object) fixed (Issue #591)
    • ๐Ÿ‘ Second-level descendants of RealmObject and static properties in RealmObject classes now cause the weaver to properly report errors as we don't (yet) support those. (Issue #603)
    • Calling .Equals() on standalone objects no longer throws. (Issue #587)