Releases: pubkey/rxdb
Releases · pubkey/rxdb
16.9.0
- ADD Localstorage RxStorage.
- ADD docs about Partial Sync.
- ADD SQLite Storage example with tauri #6939.
- ADD
closeDuplicates
flag as alternative toignoreDuplicate
tocreateRxDatabase
#7013. - FIX (electron) "Object has been destroyed" error was introduced again in RxDB version 16 #5370.
- FIX Memory-mapped storage can have duplicate documents if a write happens during cleanup.
- FIX migrate schema with multiple connected storages causes error #7008
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
16.8.1
- FIX col.find() ignores the primaryKey index if another index was defined #6925
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
16.8.0
- Add a free trial version of the SQLite RxStorage
- Add article about Why Local-First Software Is the Future and its Limitations
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
16.7.0
- Fix Firestore replication ignoring initialCheckpoint #6850
- UPDATE foundation-db to the latest version #6876
- ADD Allow to use firestore rules on attributes #6896
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
16.6.1
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
16.6.0
- FIX FilesystemNode storage imported stuff from the IndexedDB storage which could break builds.
- FIX broken cjs import on the flexsearch plugin
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
16.5.0
- ADD option
toggleOnDocumentVisible
toreplicateRxCollection()
. See - ADD
RxReplicationState.pause()
- ADD
RxReplicationState.isPaused()
- ADD tests to replication to ensure running the same replication in multiple tabs at once does not fail.
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
16.4.0
- ADD option to set custom formats in the schema validators
- CHANGE enable Ajv strict mode.
- REMOVE
console.log('exposeWorkerRxStorage()');
from the worker RxStorage. - ADD dev-mode check for
undefined
properties in queries. #6792
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
16.3.0
- Run the check for
maxLength
on primary keys also in non-dev mode because people often forget to set this. - Make error messages prettier and more readable.
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
16.2.0
- ADD
RxCollection.insertIfNotExists()
- Allow uppercase chars at the middle of collection names like
fooBar
. - FIX RxServer to not have
process is not defined
#6764
NOTICE: An overview about all releases can be found at the changelog