Update CHANGELOG.md

This commit is contained in:
Brian Munkholm 2018-10-09 13:26:13 +02:00 committed by GitHub
parent 305e59b280
commit d6c1c62a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -18,11 +18,7 @@ x.x.x Release notes (yyyy-MM-dd)
2.19.0 Release notes (2018-10-9)
=============================================================
### Enhancements
* Added `SyncConfig.customQueryBasedSyncIdentifier` to allow customizing the identifier appended to the realm path
when opening a query based Realm. This identifier is used to distinguish between query based Realms opened on
different devices and by default Realm builds it as a combination of a user's id and a random string, allowing the
same user to subscribe to different queries on different devices. In very rare cases, you may want to share query
based Realms between devices and specifying the `customQueryBasedSyncIdentifier` allows you to do that.
* Added `SyncConfig.customQueryBasedSyncIdentifier` to allow customizing the identifier appended to the realm path when opening a query based Realm. This identifier is used to distinguish between query based Realms opened on different devices and by default Realm builds it as a combination of a user's id and a random string, allowing the same user to subscribe to different queries on different devices. In very rare cases, you may want to share query based Realms between devices and specifying the `customQueryBasedSyncIdentifier` allows you to do that.
### Fixed
* Fixed the typescript definitions for `User.login` to make it explicit in which cases a promise is returned and in which - a `User`. ([#2050](https://github.com/realm/realm-js/pull/2050), since 2.16.0).