@tauri-store/zustand
Next
Nothing yet.
1.1.0
Features
- Update
tauri-storeto1.1.0.
1.0.2
Documentation
- Update README.
1.0.1
Bug fixes
- Remove accidentally exposed internal command.
1.0.0
Breaking Changes
- Update
tauri-storeto1.0.0.
Please refer to its changelog for more details.
0.3.1
Dependencies
- Update minor dependencies.
0.3.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.
0.2.1
Features
- Expose marker struct.
0.2.0
Features
- Allow to start stores automatically.
Dependencies
- Update
tauri-storeto0.11.0.
0.1.2
Features
- Expose
TimeStrategy,TimeStrategyKind,LooseTimeStrategyKind,StoreKeyFilter, andStoreKeyFilterStrategytypes.
0.1.1
Features
- Add
try_state_or,try_state_or_default, andtry_state_or_elsemethods.