Skip to content

Commit

Permalink
16.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 4, 2025
1 parent e45529c commit 1b9436b
Show file tree
Hide file tree
Showing 202 changed files with 692 additions and 516 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@
# RxDB Changelog

<!-- CHANGELOG NEWEST -->
- ADD option `toggleOnDocumentVisible` to `replicateRxCollection()`. [See](https://github.com/pubkey/rxdb/issues/6810)
- ADD `RxReplicationState.pause()`
- ADD `RxReplicationState.isPaused()`
- ADD tests to replication to ensure running the same replication in multiple tabs at once does not fail.

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

<!-- /CHANGELOG NEWEST -->

<!-- RELEASE BELOW -->

### 16.5.0 (4 February 2025)

- ADD option `toggleOnDocumentVisible` to `replicateRxCollection()`. [See](https://github.com/pubkey/rxdb/issues/6810)
- ADD `RxReplicationState.pause()`
- ADD `RxReplicationState.isPaused()`
- ADD tests to replication to ensure running the same replication in multiple tabs at once does not fail.

### 16.4.0 (1 February 2025)

- ADD option to set custom formats in the [schema validators](https://rxdb.info/schema-validation.html)
Expand Down
69 changes: 60 additions & 9 deletions dist/cjs/plugins/replication/index.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/plugins/replication/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/plugins/utils/utils-rxdb-version.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/plugins/utils/utils-rxdb-version.js.map

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/replication-protocol/checkpoint.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/cjs/replication-protocol/downstream.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/replication-protocol/downstream.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/cjs/replication-protocol/index.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/replication-protocol/index.js.map

Large diffs are not rendered by default.

23 changes: 21 additions & 2 deletions dist/cjs/replication-protocol/upstream.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/replication-protocol/upstream.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1b9436b

Please sign in to comment.