-
Notifications
You must be signed in to change notification settings - Fork 35
2.0.0 #1954
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
base: main
Are you sure you want to change the base?
Conversation
❌ 67 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Bundle ReportChanges will increase total bundle size by 330.97kB (4.32%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: @signaldb/devtoolsAssets Changed:
view changes for bundle: @signaldb/coreAssets Changed:
view changes for bundle: @signaldb/fsAssets Changed:
view changes for bundle: @signaldb/indexeddbAssets Changed:
view changes for bundle: @signaldb/localstorageAssets Changed:
view changes for bundle: @signaldb/opfsAssets Changed:
view changes for bundle: @signaldb/syncAssets Changed:
|
9e548b5 to
cf47543
Compare
0bde64d to
a85ada9
Compare
78f8b67 to
6a2e5d4
Compare
✅ Deploy Preview for signaldb-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Tests are passing and the coverage is at 100% again. I've published beta versions ( New documentation isn't ready yet. I'll tackle this in the next days/weeks depending on how much time I could spend. |
The main goal of version 2 of SignalDB is to switch the architecture to the new data layer while keeping breaking changes as minimal as possible.
In this first draft, I refactored all data handling stuff and moved it from the collection to the
DefaultDataAdapter, which keeps mostly the current behavior, but uses theDataAdapterabstraction to allow more flexibility.I'm still unsure about the name
DataAdapter. The idea was to keep it consistent with the other naming, but I'm definitely open for better ideas!ToDo:
TODOcommentsresolves #397
resolves #1557
resolves #1639
Still a long way to go, but the first step was made 🎉
I highly appreciate any reviews!