Realm JavaScript v10.20.0-beta.0
Pre-release
Pre-release
NOTE: This is an early (beta) release with Hermes/JSI support.
NOTE: This release is rebased on our 10.11.0
release and as such contain the same enhancements and fixes.
Enhancements
- Catching missing libjsi.so when loading the librealm.so and rethrowing a more meaningful error, instructing users to upgrade their version of React Native.
Fixed
- Fixed support of user defined classes that don't extend
Realm.Object
. - Fixed throwing "Illegal constructor" when
new
constructing anything other thanRealm
andRealm.Object
.
Compatibility
- MongoDB Realm Cloud.
- Realm Studio v11.0.0.
- APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.5.x series.
- File format: generates Realms with format v22 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms).