Skip to content

@tauri-store/svelte

Next

Nothing yet.

2.1.1

Documentation

  • Update README.

2.1.0

Features

  • Add experimental support for store migrations.

Bug Fixes

Dependencies

  • Update tauri-store to 0.10.0.

2.0.0

Breaking Changes

  • Update tauri-store to 0.9.0.
  • Rename getSveltePath to getStoreCollectionPath.
  • Rename setSveltePath to setStoreCollectionPath.
  • Remove deprecated StoreFrontendOptions.onError.

1.2.1

Dependencies

1.2.0

Features

  • Deprecate StoreFrontendOptions.onError.
  • Add StoreHooks to the plugin options.

1.1.1

Dependencies

1.1.0

Features

1.0.0

Features

  • Add setSveltePath.
  • Add StoreBackendOptions.saveOnExit.

Dependencies

0.2.0

Breaking Changes

0.1.4

Dependencies

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.