@tauri-store/vue
Next
Nothing yet.
2.1.0
Features
- Update
tauri-store
to1.1.0
.
2.0.2
Documentation
- Update README.
2.0.1
Bug fixes
- Remove accidentally exposed internal command.
2.0.0
Breaking Changes
- Update
tauri-store
to1.0.0
.
Please refer to its changelog for more details.
1.0.0
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
, anddenySync
commands. - Add
save
andsync
options.
Bug fixes
- Stop unnecessarily requiring
filterKeys
to be set when the strategy is a callback.
0.2.0
Breaking Changes
- Rename
StoreRefOptions.writeDefaults
toStoreRefOptions.writeDefault
.
Bug fixes
- Auto start global store.
0.1.1
Features
- Expose marker struct.