mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-25 13:17:47 +02:00
670 B
670 B
store
| store |
|---|
| minor:breaking |
Breaking changes:
- Renamed
StoreCollectiontoStoreState StoreBuilder::buildnow returns aResultStoreExt::storenow returnsResult<Arc<Store>>
Other Changes:
- Save and cancel pending auto save on drop
- Use absolute path as store's key, fix #984
- Share store to resource table by default
- Enable auto save with 100ms debounce time by default
- Use pretty json by default, close #1690
New features:
- Add
getStore/get_storeshare stores across js and rust side - Add default (de)serialize functions settings
- Allow js to use pre-stored (de)serialize functions
- Add back lazy store (implemented in js)