Features:
- Added
putAttachment(skipIfSame)
, if set totrue
a write will be skipped if the attachment already exists with the same data.
Bugfixes:
awaitInitialReplication()
resolves on failed replication #2745. Thanks @dome4insertLocal()
not emitted the state change across tabs
Other:
- Added
name
identifier toRxPlugin
- Throw error when
dev-mode
plugin is added multiple times because there is no way that this was done intentional likely the developer has mixed core and default usage of RxDB. - Fix reported security problem with the query builders mquery api.