-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RxDB Version 15.0.0 #5001
Merged
Merged
RxDB Version 15.0.0 #5001
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* CHANGE bulkWrite return arrays instead of objects * FIX tests * IMPROVE performance * IMPROVE performance * OPTIMIZE performance of write row categorizing * IMPROVE memory write performance * FIX tests
* CHANGE string regex * FIX lint
* CHANGE async hash function * FIX tests * CHANGE hash attachments in rxdb instead of the RxStorage * FIX mongodb random test failures * TRIGGER push * CHANGE use webcrypto API for hashing * FIX test * FIX not dependend on specific hash function * TRY fix * FIX hashing in replication states * FIX types * FIX tests * FIX tests * FIX vue
* ADD attachment replication * FIX tests * FIX tests * FIX typos * FIX tests * FIX tests * FIX ensure meta instance does not contain attachments data * ADD context to debug * FIX types * FIX randomly failing test * ADD(docs) attachment replication
* ADD .info call * FIX types
* REFACTOR data migrator * FIX maxLength * ADD stuff * CHORE migration * CHORE migration * CHORE migration * CHORE migration * REMOVE old * FIX close broadcast channel * FIX flutter * FIX closing of storages * CHORE migration * FIX tests * FIX types * FIX test * ADD log * FIX * ADD log * ADD log * FIX mongo * FIX * FIX spelling * FIX docs * FIX
* REFACTOR bulkUpsert * FIX docs
* IMPROVE property access performance * FIX #4949 RxDocument.get() on additonalProperty * IMPROVE performance * IMPROVE performance * FIX bun
* CHORE type module * CHORE * CHORE * FIX build * FIX * cHORE * FIX typecheck * CHORE * CHORE * FIX typing tests * CHORE * CHORE * CHORE * CHORE * CHORE * ADD stuff * FIX typings test * FIX lint * REMOVE deps * ADD deno test * FIX * FIX * FIX imports * FIX test * FIX test * FIX browser tests * FIX loki test * FIX testes * FIX root import * FIX newline * FIX karma test * FIX lint * FIX * FIX build * FIX perf tests * FIX test * FIX stuff * FIX deno tests * FIX require * FIX loki * FIX * FIX deno * FIX landingpage build * ADD side effects false * FIX deno * FIX async storage init * FIX init * FIX deno tests * FIX deno tests * FIX empty tests * ADD deno performance tests * FIX types * FIX test * FIX * FIX tests * FIX tests * FIX ci * FIX ci order * FIX test * FIX init * FIX lint * FIX deno tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WIP