Releases: realm/realm-js
Releases · realm/realm-js
v1.9.0
Enhancements
- Add support for iOS React Native 0.46. Thanks @ovr!
- Add support for Linking Objects (AKA Backlinks).
- Add support for retrieving user account information.
- Add optional
serverparameter toRealm.Sync.User.adminUser
Specifying the server address the same way as inRealm.Sync.User.loginallows the admin token user to use the permission realm APIs.
Bug fixes
- Fix regression where setting a Results or List object to a
listproperty would throw.
v1.8.3
Breaking changes
- None
Enhancements
- None
Bug fixes
- Fix admin users not appearing in
Realm.Sync.User.all, which broke getting an access token for them.
v1.8.2
Enhancements
- Added
indexOf()method onRealm.ResultsandRealm.Listthat returns the index of the object in the collection.
Bug fixes
- Fix opening synced realms with a logged-in admin user.
v1.8.1
Enhancements
- Accessing
Realm.Syncwhen sync is not enabled will no longer throw, but returnundefined. - Better error messages when creating objects.
- Added bundled TypeScript declarations of the Realm API.
- Added
objectSchema()method onRealm.Objectthat returns the schema for the object.
Bug fixes
- Fix
Realm.Sync.User.prototype.isAdminreturningfalsefor logged-in admin users.
v1.3.1
Add Realm open async API support.
0.15.5-rmp-beta.1
This is a preview of Realm React Native with sync enabled. It's a beta release, do not use in production!
0.14.1
0.14.0
Breaking changes
- None
Enhancements
- Added
isValid()method toListandResultsto check for deleted or invalidated objects - Added
objectForPrimaryKey(type, key)method toRealm
Bugfixes
- Fix for crash when setting object properties to objects from other Realms
- Fix for exception sometimes thrown when reloading in Chrome debug mode