Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: split persistence adapters into separate packages #1209

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

maxnowack
Copy link
Owner

@maxnowack maxnowack commented Dec 10, 2024

resolves #992

Changelog:

  • BREAKING: createLocalStorageAdapter was moved to signaldb-localstorage
  • BREAKING: createOPFSAdapter was moved to signaldb-opfs
  • BREAKING: createFilesystemAdapter was moved to signaldb-fs
  • BREAKING: PersistentCollection was removed entirely
  • BREAKING: SyncManager does now default to no persistence instead of localStorage

@maxnowack maxnowack force-pushed the split-packages branch 2 times, most recently from 841dccd to 28403c0 Compare December 10, 2024 08:30
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (30f0cc3) to head (fdf4895).
Report is 1 commits behind head on v1.

Additional details and impacted files
@@            Coverage Diff            @@
##                v1     #1209   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           55        54    -1     
  Lines         1562      1567    +5     
  Branches       353       357    +4     
=========================================
+ Hits          1562      1567    +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maxnowack maxnowack force-pushed the split-packages branch 6 times, most recently from 2570a6d to f354548 Compare December 10, 2024 12:12
@maxnowack maxnowack merged commit ca38f98 into v1 Dec 10, 2024
17 checks passed
@maxnowack maxnowack deleted the split-packages branch December 10, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant