@tauri-store/svelte
Next
Nothing yet.
2.1.1
Documentation
- Update README.
2.1.0
Features
- Add experimental support for store migrations.
Bug Fixes
- Fix panic when calling
ManagerExt::svelte
fromWindow
orWebviewWindow
.
Dependencies
- Update
tauri-store
to0.10.0
.
2.0.0
Breaking Changes
- Update
tauri-store
to0.9.0
. - Rename
getSveltePath
togetStoreCollectionPath
. - Rename
setSveltePath
tosetStoreCollectionPath
. - Remove deprecated
StoreFrontendOptions.onError
.
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.1
Dependencies
- Update
tauri-store
to0.7.1
.
1.1.0
Features
- Support
runes
.
1.0.0
Features
- Add
setSveltePath
. - Add
StoreBackendOptions.saveOnExit
.
Dependencies
- Update
tauri-store
to0.7.0
.
0.2.0
Breaking Changes
- Update
tauri-store
to0.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
svelte
as an external dependency.
0.1.1
Features
- Expose
State
type.