You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this release we have switched over to a new cross platform compatible date format.
This change will only require action from users who are using both the JS and Cocoa or Android
bindings simultaneously and accessing Realm files from both bindings. In these cases you need to
open the Realm file with the latest version of the iOS or Android bindings before accessing the
Realm from JS to prevent an unnecessary conversion.
Enhancements
None
Bugfixes
Date properties are now stored in a format compatible with the Realm Browser and other bindings.
Fix for using class MyObject extends Realm.Object in a React Native project.
Fix a memory leak caused by constructing a Realm instance of an already opened Realm.
Fix for better supporting hot module reloading.
Fix for some warnings when using ListView with React Native 0.25+
Fix for queries that use a keypath starting with "not".