Skip to content

Commit 8e873f5

Browse files
authored
Version 17.0.0 (#7585)
* ADD ensure indexes and primaryKey have a maximum `maxLength` of `1000` * ADD use internal types for `WeakRef` so people do not have to add `ES2021.WeakRef` to their TypeScript config * REMOVE dist folder * ADD `context` field to all RxDB write errors for easier debugging * CHANGE `toggleOnDocumentVisible` is now `true` by default * CHANGE final fields no longer must be `required` * FIX types * FIX dexie * FIX
1 parent 53c0cca commit 8e873f5

File tree

1,197 files changed

+140
-64091
lines changed

Some content is hidden

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

1,197 files changed

+140
-64091
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pouch__all_dbs__/
2121
isolate-*
2222
release-body.md
2323
/test-db-*
24-
dist/typings
24+
dist/
2525
*-debug.log
2626
.vscode
2727
ai-context.txt

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
# RxDB Changelog
33

44
<!-- CHANGELOG NEWEST -->
5+
- ADD ensure indexes and primaryKey have a maximum `maxLength` of `1000`.
6+
- ADD use internal types for `WeakRef` so people do not have to add `ES2021.WeakRef` to their TypeScript config.
7+
- We no longer have the `dist` folder in the github repository. Either install RxDB from npm, or run the build scripts locally.
8+
- ADD `context` field to all RxDB write errors for easier debugging.
9+
- CHANGE `toggleOnDocumentVisible` is now `true` by default.
10+
- CHANGE final fields no longer must be `required`.
511

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

dist/cjs/change-event-buffer.js

Lines changed: 0 additions & 146 deletions
This file was deleted.

dist/cjs/change-event-buffer.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)