rxdb

A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/

APACHE-2.0 License

Downloads
69.4K
Stars
20.7K
Committers
235

Bot releases are visible (Hide)

rxdb - 14.0.0-beta.23

Published by github-actions[bot] almost 2 years 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
  • FIX CouchDB push is throwing error because of missing revision #4299
  • ADD dev-mode shows a console.warn to ensure people do not use it in production.
  • Remove the usage of Buffer. We now use Blob everywhere.
  • FIX import of socket.io #4307

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

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

rxdb - 14.0.0-beta.22

Published by github-actions[bot] almost 2 years 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
  • FIX CouchDB push is throwing error because of missing revision #4299
  • ADD dev-mode shows a console.warn to ensure people do not use it in production.
  • Remove the usage of Buffer. We now use Blob everywhere.
  • FIX import of socket.io #4307

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

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

rxdb - 14.0.0-beta.21

Published by github-actions[bot] almost 2 years 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
  • FIX CouchDB push is throwing error because of missing revision #4299
  • ADD dev-mode shows a console.warn to ensure people do not use it in production.

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

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

rxdb - 14.0.0-beta.20

Published by github-actions[bot] almost 2 years 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
  • FIX CouchDB push is throwing error because of missing revision #4299
  • ADD dev-mode shows a console.warn to ensure people do not use it in production.

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

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

rxdb - 14.0.0-beta.19

Published by github-actions[bot] almost 2 years 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
  • FIX CouchDB push is throwing error because of missing revision #4299

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

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

rxdb - 14.0.0-beta.18

Published by github-actions[bot] almost 2 years 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

rxdb - 14.0.0-beta.17

Published by github-actions[bot] almost 2 years 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

rxdb - 14.0.0-beta.16

Published by github-actions[bot] almost 2 years 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

rxdb - 14.0.0-beta.15

Published by github-actions[bot] almost 2 years 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

rxdb - 14.0.0-beta.14

Published by github-actions[bot] almost 2 years 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

rxdb - 14.0.0-beta.13

Published by github-actions[bot] almost 2 years ago

Removing deprecated features

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

API changes

  • 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.

Performance improvements

Bugfixes

  • 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

Other changes

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

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

rxdb - 14.0.0-beta.12

Published by github-actions[bot] almost 2 years ago

  • 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. Rename replication-couchdb-new to replication-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 a RxQuery.
  • REMOVED RxCollection.findByIds$, use RxCollection.findByIds().$ instead.
  • FIX schema hashing should respect the sort order #4005
  • 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.
  • FIX replication does not provide a ._rev to the storage write when a conflict is resolved.
  • CHANGE to reduce bundle size and improve performance, the following JavaScript features will no longer be transpiled:
  • FIX(remote storage) ensure caching works properly even on parallel create-calls

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

rxdb - 14.0.0-beta.11

Published by github-actions[bot] almost 2 years ago

  • 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. Rename replication-couchdb-new to replication-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 a RxQuery.
  • REMOVED RxCollection.findByIds$, use RxCollection.findByIds().$ instead.
  • FIX schema hashing should respect the sort order #4005
  • 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.
  • FIX replication does not provide a ._rev to the storage write when a conflict is resolved.
  • CHANGE to reduce bundle size and improve performance, the following JavaScript features will no longer be transpiled:
  • FIX(remote storage) ensure caching works properly even on parallel create-calls

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

rxdb - 14.0.0-beta.10

Published by github-actions[bot] almost 2 years ago

  • 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. Rename replication-couchdb-new to replication-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 a RxQuery.
  • REMOVED RxCollection.findByIds$, use RxCollection.findByIds().$ instead.
  • FIX schema hashing should respect the sort order #4005
  • 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.
  • FIX replication does not provide a ._rev to the storage write when a conflict is resolved.
  • CHANGE to reduce bundle size and improve performance, the following JavaScript features will no longer be transpiled:

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

rxdb - 14.0.0-beta.9

Published by github-actions[bot] almost 2 years ago

  • 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. Rename replication-couchdb-new to replication-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 a RxQuery.
  • REMOVED RxCollection.findByIds$, use RxCollection.findByIds().$ instead.
  • FIX schema hashing should respect the sort order #4005
  • 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.
  • FIX replication does not provide a ._rev to the storage write when a conflict is resolved.
  • CHANGE to reduce bundle size and improve performance, the following JavaScript features will no longer be transpiled:

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

rxdb - 14.0.0-beta.8

Published by github-actions[bot] almost 2 years ago

  • 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. Rename replication-couchdb-new to replication-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 a RxQuery.
  • REMOVED RxCollection.findByIds$, use RxCollection.findByIds().$ instead.
  • FIX schema hashing should respect the sort order #4005
  • 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.
  • FIX replication does not provide a ._rev to the storage write when a conflict is resolved.
  • CHANGE to reduce bundle size and improve performance, the following JavaScript features will no longer be transpiled:

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

rxdb - 14.0.0-beta.7

Published by github-actions[bot] almost 2 years ago

  • 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. Rename replication-couchdb-new to replication-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 a RxQuery.
  • REMOVED RxCollection.findByIds$, use RxCollection.findByIds().$ instead.
  • FIX schema hashing should respect the sort order #4005
  • 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.
  • FIX replication does not provide a ._rev to the storage write when a conflict is resolved.
  • CHANGE to reduce bundle size and improve performance, the following JavaScript features will no longer be transpiled:

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

rxdb - 14.0.0-beta.6

Published by github-actions[bot] almost 2 years ago

  • 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. Rename replication-couchdb-new to replication-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 a RxQuery.
  • REMOVED RxCollection.findByIds$, use RxCollection.findByIds().$ instead.
  • FIX schema hashing should respect the sort order #4005
  • 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.
  • FIX replication does not provide a ._rev to the storage write when a conflict is resolved.
  • CHANGE to reduce bundle size and improve performance, the following JavaScript features will no longer be transpiled:

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

rxdb - 14.0.0-beta.5

Published by github-actions[bot] almost 2 years ago

  • 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. Rename replication-couchdb-new to replication-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 a RxQuery.
  • REMOVED RxCollection.findByIds$, use RxCollection.findByIds().$ instead.
  • FIX schema hashing should respect the sort order #4005
  • 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.
  • FIX replication does not provide a ._rev to the storage write when a conflict is resolved.
  • CHANGE to reduce bundle size and improve performance, the following JavaScript features will no longer be transpiled:

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

rxdb - 14.0.0-beta.4

Published by github-actions[bot] almost 2 years ago

  • 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. Rename replication-couchdb-new to replication-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 a RxQuery.
  • REMOVED RxCollection.findByIds$, use RxCollection.findByIds().$ instead.
  • FIX schema hashing should respect the sort order #4005
  • 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.
  • FIX replication does not provide a ._rev to the storage write when a conflict is resolved.

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