Skip to content

@tauri-store/pinia

Next

Nothing yet.

3.1.1

Documentation

  • Update README.

3.1.0

Features

  • Add experimental support for store migrations.

Bug Fixes

Dependencies

  • Update tauri-store to 0.10.0.

3.0.0

Breaking Changes

  • Update tauri-store to 0.9.0.
  • Rename getPiniaPath to getStoreCollectionPath.
  • Rename setPiniaPath to setStoreCollectionPath.
  • Remove deprecated StoreFrontendOptions.onError.

2.0.0

Breaking Changes

1.2.1

Dependencies

1.2.0

Features

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

1.1.2

Dependencies

1.1.1

Dependencies

1.1.0

Features

  • Add setPiniaPath.
  • Add StoreBackendOptions.saveOnExit.

Dependencies

1.0.0

Breaking Changes

0.10.3

Dependencies

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 to 0.5.0.
  • Change the default directory name for stores from pinia to tauri-plugin-pinia.

0.9.1

Bug Fixes

  • Fix broken link in the README.

0.9.0

Breaking Changes

Features

  • Add saveInterval, saveStrategy, and saveOnChange options.

Bug Fixes

  • Merge options from each store with the global options.