-
Notifications
You must be signed in to change notification settings - Fork 137
Updates tauri-storage for Tauri 2 stable #788
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
|
There might still be projects using v1, so I would prefer to split the module. |
oh this is meant to be compatible with v1? I didn't realize the apis were exactly the same; the example app uses 2.0-beta. To be clear, thr changes I was meaning to address were the api changes between tauri 2.0-alpha and tauri 2.0 stable. edit: |
No, it's just that support for both is on my to-do list. |
Okie. Mmmm If you want me to format/split this in a particular way, I don't mind making a few changes to help. But I'm not sure on your preferences on how to split, and with this small amount of code, I feel like the communication might be more work than just making the actual edits. So feel free to directly edit/close/do whatever with this pr, if it's easier. I was just making the pr since I had already made these updates locally to support my app. |
I had not yet decided whether to call the sub-modules tauri-v2/-v1 or tauri/-legacy or transparently support both. |
The api for plugin-store has changed since the last commit.
This pr updates that, and allows for passing store options obj.