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.