Realm v3.0.1 Release Notes

Release Date: 2017-10-26 // over 6 years ago
  • ๐Ÿ›  Bugfixes

    • Explicitly exclude KVO-generated object subclasses from the schema.
    • ๐Ÿ›  Fix regression where the type of a Realm model class is not properly determined, causing crashes when a type value derived at runtime by type(of:) is passed into certain APIs.
    • ๐Ÿ›  Fix a crash when an Object subclass has implicitly ignored let properties.
    • ๐Ÿ›  Fix several cases where adding a notification block from within a notification callback could produce incorrect results.