@tauri-store/svelte
Next
Nothing yet.
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.6.1
Dependencies
- Update minor dependencies.
2.6.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.5.0
Features
- Expose marker struct.
2.4.0
Features
- Allow to start stores automatically.
Dependencies
- Update
tauri-storeto0.11.0.
2.3.0
Features
- Expose
TimeStrategy,TimeStrategyKind,LooseTimeStrategyKind,StoreKeyFilter, andStoreKeyFilterStrategytypes.
2.2.0
Features
- Add
try_state_or,try_state_or_default, andtry_state_or_elsemethods.
2.1.1
Documentation
- Update README.
2.1.0
Features
- Add experimental support for store migrations.
Bug Fixes
- Fix panic when calling
ManagerExt::sveltefromWindoworWebviewWindow.
Dependencies
- Update
tauri-storeto0.10.0.
2.0.0
Breaking Changes
- Update
tauri-storeto0.9.0. - Rename
getSveltePathtogetStoreCollectionPath. - Rename
setSveltePathtosetStoreCollectionPath. - Remove deprecated
StoreFrontendOptions.onError.
1.2.1
Dependencies
- Update
tauri-storeto0.8.0.
1.2.0
Features
- Deprecate
StoreFrontendOptions.onError. - Add
StoreHooksto the plugin options.
1.1.1
Dependencies
- Update
tauri-storeto0.7.1.
1.1.0
Features
- Support
runes.
1.0.0
Features
- Add
setSveltePath. - Add
StoreBackendOptions.saveOnExit.
Dependencies
- Update
tauri-storeto0.7.0.
0.2.0
Breaking Changes
- Update
tauri-storeto0.6.0.
0.1.4
Dependencies
- Update
@tauri-store/shared.
0.1.3
Bug Fixes
- Fix the filter for store keys.
0.1.2
Bug Fixes
- Set
svelteas an external dependency.
0.1.1
Features
- Expose
Statetype.