@tauri-store/valtio
Next
Nothing yet.
2.2.0
Features
- Add
toStore
helper function to create a store from an existing proxy.
typescript
import { proxy } from 'valtio';
import { toStore } from '@tauri-store/valtio';
const state = proxy({ counter: 0 });
const foo = toStore('foo', state);
2.1.1
Documentation
- Update README.
2.1.0
Features
- Add experimental support for store migrations.
Bug Fixes
- Fix panic when calling
ManagerExt::valtio
fromWindow
orWebviewWindow
.
Dependencies
- Update
tauri-store
to0.10.0
.
2.0.0
Breaking Changes
- Update
tauri-store
to0.9.0
. - Rename
getValtioPath
togetStoreCollectionPath
. - Rename
setValtioPath
tosetStoreCollectionPath
. - Remove deprecated
StoreFrontendOptions.onError
.
1.1.1
Dependencies
- Update
tauri-store
to0.8.0
.
1.1.0
Features
- Deprecate
StoreFrontendOptions.onError
. - Add
StoreHooks
to the plugin options.
0.2.2
Dependencies
- Update
tauri-store
to0.7.1
.
0.2.1
Dependencies
- Update
@tauri-store/shared
to0.4.1
.
0.2.0
Features
- Add
setValtioPath
. - Add
StoreBackendOptions.saveOnExit
.
Dependencies
- Update
tauri-store
to0.7.0
.