@tauri-store/pinia
Next
Nothing yet.
3.1.1
Documentation
- Update README.
3.1.0
Features
- Add experimental support for store migrations.
Bug Fixes
- Fix panic when calling
ManagerExt::pinia
fromWindow
orWebviewWindow
.
Dependencies
- Update
tauri-store
to0.10.0
.
3.0.0
Breaking Changes
- Update
tauri-store
to0.9.0
. - Rename
getPiniaPath
togetStoreCollectionPath
. - Rename
setPiniaPath
tosetStoreCollectionPath
. - Remove deprecated
StoreFrontendOptions.onError
.
2.0.0
Breaking Changes
- Update
pinia
to3.0
.
1.2.1
Dependencies
- Update
tauri-store
to0.8.0
.
1.2.0
Features
- Deprecate
StoreFrontendOptions.onError
. - Add
StoreHooks
to the plugin options.
1.1.2
Dependencies
- Update
tauri-store
to0.7.1
.
1.1.1
Dependencies
- Update
@tauri-store/shared
to0.4.1
.
1.1.0
Features
- Add
setPiniaPath
. - Add
StoreBackendOptions.saveOnExit
.
Dependencies
- Update
tauri-store
to0.7.0
.
1.0.0
Breaking Changes
- Update
tauri-store
to0.6.0
.
0.10.3
Dependencies
- Update
@tauri-store/shared
.
0.10.2
Bug Fixes
- Fix the filter for store keys.
0.10.1
Features
- Expose
State
type.
0.10.0
Breaking Changes
- Update
tauri-store
to0.5.0
. - Change the default directory name for stores from
pinia
totauri-plugin-pinia
.
0.9.1
Bug Fixes
- Fix broken link in the README.
0.9.0
Breaking Changes
- Update
tauri-store
to0.4.0
.
Features
- Add
saveInterval
,saveStrategy
, andsaveOnChange
options.
Bug Fixes
- Merge options from each store with the global options.