-
All indexes that do not contain the primaryKey, get the primary key added.
-
You can now set a custom index when doing a query.
-
Unified the replication primitives and the GraphQL replication plugin.
-
Removed the deprecated in-memory plugin.
-
Refactor usage of RxCollection.storageInstance to ensure all hooks run properly.
-
Added
withDeletedparameter toRxStorageKeyObjectInstance.findLocalDocumentsById() -
The
_deletedfield is now required for each data interaction withRxStorage. -
Removed the
coreplugin. The default exportfrom 'rxdb'now exports only the RxDB core without plugins. -
Added optional
init()function toRxPlugin. -
Added
doesBroadcastChangestream()toRxStorageStatics -
Fix (replication primitives) only drop pulled documents when a relevant document was changed locally.
-
Add
_metaproperty to stored document data.