Skip to content

Commit

Permalink
15.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 12, 2024
1 parent f59186f commit 533d5f2
Show file tree
Hide file tree
Showing 217 changed files with 819 additions and 488 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@
# RxDB Changelog

<!-- CHANGELOG NEWEST -->

<!-- ADD new changes here! -->

<!-- /CHANGELOG NEWEST -->

<!-- RELEASE BELOW -->

### 15.20.0 (12 May 2024)

- ADD `RxQuery.patch()` `RxQuery.incrementalPatch()` `RxQuery.modify()` `RxQuery.incrementalModify()` and `RxQuery.incrementalRemove()`.
- FIX `RxDocument.update()` must return the latest revision of the `RxDocument`.
- ADD(GraphQL replication) change GraphQL query builder functions to generate output fields for nested queries [#5976](https://github.com/pubkey/rxdb/pull/5976)
- ADD `queryModifier` to SQLite RxStorage
- IMPROVE performance of insert-many to the memory RxStorage by 40%.
- IMPROVE performance of `getHeightOfRevision()`.
- ADD check to throw helpfull error message when a Date() object is passed instead of plain json data.
<!-- ADD new changes here! -->

<!-- /CHANGELOG NEWEST -->

<!-- RELEASE BELOW -->

### 15.19.0 (29 April 2024)

Expand Down
4 changes: 2 additions & 2 deletions dist/cjs/incremental-write.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/incremental-write.js.map

Large diffs are not rendered by default.

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

0 comments on commit 533d5f2

Please sign in to comment.