@tauri-store/valtio
Next
Nothing yet.
3.2.0
Features
- Add
subscribeandsubscribeKeymethods to the store.
3.1.0
Features
- Update
tauri-storeto1.1.0.
3.0.2
Documentation
- Update README.
3.0.1
Bug fixes
- Remove accidentally exposed internal command.
3.0.0
Breaking Changes
- Update
tauri-storeto1.0.0.
Please refer to its changelog for more details.
2.7.1
Dependencies
- Update minor dependencies.
2.7.0
Features
- Allow adding or removing stores from the save and sync deny lists after the plugin has been built.
- Add
allowSave,allowSync,denySave, anddenySynccommands. - Add
saveandsyncoptions.
Bug fixes
- Stop unnecessarily requiring
filterKeysto be set when the strategy is a callback.
2.6.0
Features
- Expose marker struct.
2.5.0
Features
- Allow to start stores automatically.
Dependencies
- Update
tauri-storeto0.11.0.
2.4.0
Features
- Expose
TimeStrategy,TimeStrategyKind,LooseTimeStrategyKind,StoreKeyFilter, andStoreKeyFilterStrategytypes.
2.3.0
Features
- Add
try_state_or,try_state_or_default, andtry_state_or_elsemethods.
2.2.0
Features
- Add
toStorehelper 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::valtiofromWindoworWebviewWindow.
Dependencies
- Update
tauri-storeto0.10.0.
2.0.0
Breaking Changes
- Update
tauri-storeto0.9.0. - Rename
getValtioPathtogetStoreCollectionPath. - Rename
setValtioPathtosetStoreCollectionPath. - Remove deprecated
StoreFrontendOptions.onError.
1.1.1
Dependencies
- Update
tauri-storeto0.8.0.
1.1.0
Features
- Deprecate
StoreFrontendOptions.onError. - Add
StoreHooksto the plugin options.
0.2.2
Dependencies
- Update
tauri-storeto0.7.1.
0.2.1
Dependencies
- Update
@tauri-store/sharedto0.4.1.
0.2.0
Features
- Add
setValtioPath. - Add
StoreBackendOptions.saveOnExit.
Dependencies
- Update
tauri-storeto0.7.0.