mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-04 10:43:29 +00:00
Upgrading sync and core
This commit is contained in:
parent
9328466036
commit
c62cbb36fa
@ -10,13 +10,15 @@ X.Y.Z Release notes
|
||||
* None.
|
||||
|
||||
### Enhancements
|
||||
* Added a method named `computeSize` on the Realm object that computes the aggregated size of all objects and their history.
|
||||
* Added a method `Realm.computeSize()` that computes the aggregated size of all objects and their history (#1881).
|
||||
* Improved performance for devices which can support large address spaces.
|
||||
|
||||
### Bug fixes
|
||||
* None.
|
||||
|
||||
### Internals
|
||||
* None.
|
||||
* Upgraded to Realm Core v5.6.3.
|
||||
* Upgraded to Realm Sync v3.5.7.
|
||||
|
||||
|
||||
2.10.0 Release notes (2018-6-19)
|
||||
|
@ -1,5 +1,5 @@
|
||||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.10.0
|
||||
REALM_CORE_VERSION=5.6.2
|
||||
REALM_SYNC_VERSION=3.5.6
|
||||
REALM_CORE_VERSION=5.6.3
|
||||
REALM_SYNC_VERSION=3.5.7
|
||||
REALM_OBJECT_SERVER_VERSION=3.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user