Skip to content

Commit 1b9436b

Browse files
16.5.0
1 parent e45529c commit 1b9436b

File tree

202 files changed

+692
-516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+692
-516
lines changed

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@
22
# RxDB Changelog
33

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

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

128
<!-- /CHANGELOG NEWEST -->
139

1410
<!-- RELEASE BELOW -->
1511

12+
### 16.5.0 (4 February 2025)
13+
14+
- ADD option `toggleOnDocumentVisible` to `replicateRxCollection()`. [See](https://github.com/pubkey/rxdb/issues/6810)
15+
- ADD `RxReplicationState.pause()`
16+
- ADD `RxReplicationState.isPaused()`
17+
- ADD tests to replication to ensure running the same replication in multiple tabs at once does not fail.
18+
1619
### 16.4.0 (1 February 2025)
1720

1821
- ADD option to set custom formats in the [schema validators](https://rxdb.info/schema-validation.html)

dist/cjs/plugins/replication/index.js

+60-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/plugins/replication/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/plugins/utils/utils-rxdb-version.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/plugins/utils/utils-rxdb-version.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/replication-protocol/checkpoint.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/replication-protocol/downstream.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/replication-protocol/downstream.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/replication-protocol/index.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/replication-protocol/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/replication-protocol/upstream.js

+21-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/replication-protocol/upstream.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)