Skip to content

12.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@pubkey pubkey released this 21 Feb 00:54
· 4493 commits to master since this release
  • 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 withDeleted parameter to RxStorageKeyObjectInstance.findLocalDocumentsById()

  • The _deleted field is now required for each data interaction with RxStorage.

  • Removed the core plugin. The default export from 'rxdb' now exports only the RxDB core without plugins.

  • Added optional init() function to RxPlugin.

  • Added doesBroadcastChangestream() to RxStorageStatics

  • Fix (replication primitives) only drop pulled documents when a relevant document was changed locally.

  • Add _meta property to stored document data.