-
Notifications
You must be signed in to change notification settings - Fork 42
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
Svelte 5 support #230
Comments
Hi Dana! Yes, I'd like to fully support Svelte 5. Ideally it should support Runes too. But in the meantime, updating Since Svelte5 is a major update, I'd like to change a few things too.
|
The problem with this is that |
@knd775 I feel like devalue's features could be more useful than I'm suggesting this, because "try devalue" is a common solution to many support requests. And keep in mind, JSON will continue to be supported. It just wouldn't be the default option anymore. |
I'd vote a minor release with just the peerDep change so people can start using it, then follow up with these other things :) |
@danawoodman agree. Feel free to open a PR |
Pardon the interruption. Why people serialize |
@danawoodman I'll take a look @webJose I agree with you, for nested attributes in an object. The problem is that if you set the root value to > localStorage.setItem('mykey', undefined)
> localStorage.getItem('mykey')
"undefined" But it's not just undefined-handling that makes |
🎉 This issue has been resolved in version 0.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I understand Svelte 5 is still a preview release, but I'd love to be able to use this store with it. I believe since Svelte 5 is backwards compatible it should just work adding v5 to the
peerDependencies
chain.Could throw together a PR if interested
The text was updated successfully, but these errors were encountered: