Releases: pubkey/rxdb
Releases · pubkey/rxdb
15.13.0
- REFACTOR RxServer package. (Includes breaking changes of the beta RxServer!)
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.12.0
- SQLite RxStorage add support to use Webassembly SQLite in the browser
- FIX(Lokisjs RxStorage) always use slice() for applying offset and limit #5757
- FIX randomly failing lokijs and denokv test #5765
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.11.1
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.11.0
- ADD RxState: A convenient state library to store, fetch and observe complex json data that is persisted into RxDB.
- ADD automatically extend the RxDocument type so it knows about the
RxDocument.myField$
observables. - ADD check to ensure
Infinity
is not used when defining index sizes in theRxJsonSchema
- FIX do not automatically set
multiInstance: false
for shared worker storage databases.
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.10.0
- IMPROVE OPFS RxStorage performance.
- ADD
usesRxDatabaseInWorker
option to the OPFS RxStorage. - ADD
getRxStorageOPFSMainThread()
to run OPFS from the main thread instead of a worker for less latency.
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.9.1
- FIX creating two databases with the same name but different storage must work.
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.9.0
- ADD
awaitWritePersistence
option to memory-synced storage.
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.8.1
- FIX #5624 Maximum call stack size exceeded during encryptString
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.8.0
- ADD support for custom reactivity factories like angular signals or vue template refs.
NOTICE: An overview about all releases can be found at the changelog
Join RxDB:
15.7.0
- FIX key-compression broken on keys with brackets #5605
NOTICE: An overview about all releases can be found at the changelog