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 - 12.6.13

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

  • ADD getPouchDBOfRxCollection() to easy access the PouchDB instance of a RxCollection.
rxdb - 12.6.12

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

  • ADD getPouchDBOfRxCollection() to easy access the PouchDB instance of a RxCollection.
rxdb - 12.6.11

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

rxdb - 12.6.10

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

rxdb - 12.6.9

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

  • Add conflict handling to RxCollection.
rxdb - 12.6.8

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

rxdb - 12.6.7

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

rxdb - 12.6.6

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

rxdb - 12.6.5

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

  • ADD isRxDatabaseFirstTimeInstantiated()
rxdb - 12.6.4

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

rxdb - 12.6.3

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

rxdb - 12.6.2

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

rxdb - 12.6.1

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

  • FIX RxStorageReplication must work with local documents.
rxdb - 12.6.0

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

  • The worker RxStorage will no longer reuse the worker so that multiple RxDatabase instances can use different workers for better performance.
  • Cross-Tab event propagation is now handled by the RxStorage implementations, not by the RxDatabase. This allows to better combine RxStorages and plugins/wrappers.
rxdb - 12.5.4

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

  • Only check if final field have been changed in dev-mode.
  • Fix atomicUpsert() broken when document was replicated before. #3856. Thanks @AntonOfTheWoods
  • Refactor revision handling
  • Fix the _rev that is passed to an RxStorage must be respected by the RxStorage.
rxdb - 12.5.3

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

rxdb - 12.5.2

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

rxdb - 12.5.1

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

rxdb - 12.5.0

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

  • UPDATE Node.js to version 18.3.0
  • FIX: RxStorage should never emit an eventBulk with an empty events array.
  • Update PouchDB to 7.3.0 Thanks @cetsupport.
  • CHANGE (RxStorage) revision hash must not include the _meta field.
  • Added new Stream replication for internal usage in plugins.
rxdb - 12.4.3

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

  • SQLite RxStorage: Add support for specific query indexes.