Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pouch__all_dbs__/
isolate-*
release-body.md
/test-db-*
dist/typings
dist/
*-debug.log
.vscode
ai-context.txt
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# RxDB Changelog

<!-- CHANGELOG NEWEST -->
- 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.
- We no longer have the `dist` folder in the github repository. Either install RxDB from npm, or run the build scripts locally.
- 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`.

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

Expand Down
146 changes: 0 additions & 146 deletions dist/cjs/change-event-buffer.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/cjs/change-event-buffer.js.map

This file was deleted.

Loading
Loading