github pubkey/rxdb 14.0.0-beta.14

latest releases: 15.19.0, 15.18.6, 15.18.5...
pre-release16 months ago

  • Remove the deprecated PouchDB RxStorage.
  • REMOVE old replication-couchdb plugin. Rename replication-couchdb-new to replication-couchdb.
  • Remove depricated skipIfSame from putAttachment()

  • CHANGE use plain json errors inside of RxError parameters to make debugging easier.
  • CHANGE Make RxDocuments immutable
  • ADD RxDocument.getLatest()
  • CHANGE RxCollection.findByIds() now returns a RxQuery.
  • REMOVED RxCollection.findByIds$, use RxCollection.findByIds().$ instead.
  • CHANGE Prefix storage plugins with storage- like rxdb/plugins/storage-dexie.
  • RENAME atomicUpdate() to incrementalModify()
  • RENAME atomicPatch() to incrementalPatch()
  • RENAME atomicUpsert() to incrementalUpsert()
  • ADD RxDocument().incrementalUpdate()
  • ADD RxDocument.incrementalRemove()
  • ADD non-incremental RxDocument methods patch() and modify()
  • ADD typings to the query selector
  • CHANGE start replication via pure functions instead of RxCollection methods.

  • CHANGE (memory RxStorage) do not clean up database state on closing of the storage, only on remove().
  • FIX CouchDB replication: Use correct default fetch method.
  • FIX schema hashing should respect the sort order #4005
  • FIX replication does not provide a ._rev to the storage write when a conflict is resolved.
  • FIX(remote storage) ensure caching works properly even on parallel create-calls
  • FIX(replication) Composite Primary Keys broken on replicated collections #4190
  • FIX(sqlite) $in Query not working SQLite #4278

  • REMOVE deprecated babel-plugin-transform-async-to-promises plugin.

NOTICE: An overview about all releases can be found at the changelog

Don't miss a new rxdb release

NewReleases is sending notifications on new releases.