Releases: pubkey/rxdb
Releases · pubkey/rxdb
8.8.0
8.7.5
Other:
- Added a new example for electron with the remote API. Thanks @SebastienWae
- Fixed Typing error on
database.dump()
#1754. Thanks @PVermeer
Bugfixes:
8.7.4
Other:
- Improved performance of
QueryChangeDetection
by using array-push-at-sort-position instead of re-sorting the whole results of a query - Improved performance by removing unnecessary calls to deep-clone
8.7.3
8.7.2
8.7.1
Other:
- Json-Import now uses
bulkDocs
for better performance - Refactored prototype merging so it can be optimised later
- Moved some check into the check-plugin to optimize production build size
- Refactor schema-validation-plugins since sub-path validation is no longer needed
8.7.0
8.6.0
8.5.0-beta.1
Migrate to typescript
8.5.0
Bugfixes:
- custom server path not working on
server
-plugin #1447 Thanks @dstudzinski - Fix CORS headers when the request's credentials mode is 'include' #1450 Thanks @dstudzinski
Other:
- Improved
QueryChangeDetection
to not run on irrelevant changes