Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pubkey/rxdb
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Jul 8, 2024
2 parents 4778991 + a57839e commit ccc03b8
Show file tree
Hide file tree
Showing 214 changed files with 1,041 additions and 569 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
# RxDB Changelog

<!-- CHANGELOG NEWEST -->
- IMPROVE performance of ChangeEventBuffer by processing events in bulks.
- IMPROVE performance of DocCache by processing events in bulks.
- IMPROVE performance of ChangeEventBuffer and DocCache by lazily processing tasks.
<!-- ADD new changes here! -->

<!-- /CHANGELOG NEWEST -->

<!-- RELEASE BELOW -->

### 15.27.0 (7 July 2024)

- FIX Wrong Reactivity generics passed by RxCollection extending RxCollectionBase [#6188](https://github.com/pubkey/rxdb/issues/6188)
- IMPROVE performance of ChangeEventBuffer by processing events in bulks.
- IMPROVE performance of DocCache by processing events in bulks.
- IMPROVE performance of ChangeEventBuffer and DocCache by lazily processing tasks.

### 15.26.0 (3 July 2024)

- IMPROVE performance of `.appendToArray()`
Expand Down
70 changes: 61 additions & 9 deletions dist/cjs/change-event-buffer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/change-event-buffer.js.map

Large diffs are not rendered by default.

53 changes: 43 additions & 10 deletions dist/cjs/doc-cache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ccc03b8

Please sign in to comment.