- CHANGE Do not use hash for revisions but use database instance token instead.
- Remove the deprecated PouchDB RxStorage.
- CHANGE (memory RxStorage) do not clean up database state on closing of the storage, only on
remove()
. - REMOVE old
replication-couchdb
plugin. Renamereplication-couchdb-new
toreplication-couchdb
. - FIX CouchDB replication: Use correct default fetch method.
- CHANGE use plain json errors inside of RxError parameters to make debugging easier.
- CHANGE crunch multiple incremental (aka 'atomic') operations into a single database write. Also batch writes to multiple documents into a single write.
- CHANGE Make RxDocuments immutable
- ADD
RxDocument.getLatest()
- REMOVE deprecated
babel-plugin-transform-async-to-promises
plugin. - CHANGE
RxCollection.findByIds()
now returns aRxQuery
. - REMOVED
RxCollection.findByIds$
, useRxCollection.findByIds().$
instead. - FIX schema hashing should respect the sort order #4005
- CHANGE Prefix storage plugins with
storage-
likerxdb/plugins/storage-dexie
. - RENAME
atomicUpdate()
toincrementalModify()
- RENAME
atomicPatch()
toincrementalPatch()
- RENAME
atomicUpsert()
toincrementalUpsert()
- ADD
RxDocument().incrementalUpdate()
- ADD
RxDocument.incrementalRemove()
- ADD non-incremental
RxDocument
methodspatch()
andmodify()
- ADD typings to the query selector
- CHANGE start replication via pure functions instead of RxCollection methods.
NOTICE: An overview about all releases can be found at the changelog