Skip to content

tauri-store

Next

Nothing yet.

0.10.1

Documentation

  • Update README.

0.10.0

Breaking Changes

  • Remove Store.subscribeKey.

Features

  • Add experimental support for store migrations.
  • Use alien-signals as the underlying reactivity system.

0.9.0

Breaking Changes

  • Use different files for the stores when in development mode.
  • Add StoreId struct.
  • Add WatcherId struct.
  • Remove deprecated StoreFrontendOptions.onError.

0.8.1

Documentation

  • Ensure that Cargo features are properly documented on docs.rs.

0.8.0

Breaking Changes

  • Add plugin feature. Now it's possible use tauri-store directly as a Tauri plugin. This is enabled by default, so anyone developing a plugin based on the tauri-store crate should make sure to disable this feature.

0.7.2

Documentation

  • Update README.

0.7.1

Bug Fixes

  • Remove #[expect] attribute.

0.7.0

Features

0.6.0

Breaking Changes

Features

Enhancements

0.5.0

Breaking Changes

  • Remove unstable-async feature.

Enhancements

  • Add prelude module.

0.4.0

Breaking Changes

Features

Enhancements

Bug Fixes

  • Consume the first autosave tick immediately before starting the interval.

Performance

  • Use the ResourceTable to manage each store independently, instead of using a single hash map for all of them.