Releases: ferreira-tb/tauri-store
Releases · ferreira-tb/tauri-store
tauri-store v0.4.0
Please refer to the changelog for details.
Full Changelog: tauri-plugin-pinia-v0.8.2...tauri-store-v0.4.0
tauri-plugin-pinia v0.9.0
Please refer to the changelog for details.
Full Changelog: tauri-plugin-pinia-v0.8.2...tauri-plugin-pinia-v0.9.0
tauri-store v0.3.2
What's Changed
- fix: downgrade MSRV to 1.77.2 to support Windows 7 by @ferreira-tb in #41
Full Changelog: tauri-plugin-pinia-v0.8.0...tauri-store-v0.3.2
tauri-plugin-pinia v0.8.2
What's Changed
- fix: downgrade MSRV to 1.77.2 to support Windows 7 by @ferreira-tb in #41
Full Changelog: tauri-plugin-pinia-v0.8.0...tauri-plugin-pinia-v0.8.2
tauri-store v0.3.0
What's Changed
- feat: watch store changes from Rust by @ferreira-tb in #33
- feat: add
on_load
hook by @ferreira-tb in #34 - feat: add
Store::try_state
by @ferreira-tb in #35
Full Changelog: tauri-plugin-pinia-v0.7.0...tauri-store-v0.3.0
tauri-plugin-pinia v0.8.0
What's Changed
- feat: watch store changes from Rust by @ferreira-tb in #33
- feat: add
on_load
hook by @ferreira-tb in #34 - feat: add
Store::try_state
by @ferreira-tb in #35 - docs: add nuxt example (thanks @jswhisperer #26)
Full Changelog: tauri-plugin-pinia-v0.7.0...tauri-plugin-pinia-v0.8.0
tauri-store v0.2.0
What's Changed
- BREAKING CHANGE: bump MSRV to 1.78 by @ferreira-tb in #29
- BREAKING CHANGE: update to tauri
2.0.0
(stable) by @ferreira-tb in #30 - BREAKING CHANGE: allow to debounce or throttle store updates by @ferreira-tb in #31
tauri-plugin-pinia v0.7.0
For info about debounce
and throttle
, see:
https://tb.dev.br/tauri-store/pinia/debounce-throttle.html
What's Changed
- BREAKING CHANGE: bump MSRV to 1.78 by @ferreira-tb in #29
- BREAKING CHANGE: update to tauri
2.0.0
(stable) by @ferreira-tb in #30 - BREAKING CHANGE: allow to debounce or throttle store updates by @ferreira-tb in #31
tauri-plugin-pinia v0.6.3
What's Changed
- feat: allow pretty print by @ferreira-tb in #25
- feat: add
filterKeys
option by @ferreira-tb in #28
Full Changelog: 0.6.0...tauri-plugin-pinia-v0.6.3
tauri-plugin-pinia v0.6.0
What's Changed
- feat: add new
Store
andPinia
helper methods by @ferreira-tb in #14 - BREAKING CHANGE: return
Result
fromPinia::save_*
by @ferreira-tb in #19 - feat: allow ignoring store keys by @ferreira-tb in #22
- BREAKING CHANGE: rename
async-pinia
feature tounstable-async
by @ferreira-tb in #23
Full Changelog: 0.5.0...0.6.0