Releases: specta-rs/tauri-specta
Releases · specta-rs/tauri-specta
v2.0.0-rc.20 - Unlock Tauri Version
Enough people have asked and Tauri v2 is close enough to launching so we have unlocked the Tauri version.
If Tauri make breaking changes your application stop compiling so it's reccomended you lock the version using an =
at the start of the version. Eg. tauri = "=2.0.0-rc.20"
.
v2.0.0-rc.19 - Tauri `2.0.0-rc.9`
Changes:
- Upgrade to Tauri
2.0.0-rc.9
v2.0.0-rc.18 - Tauri `2.0.0-rc.8`
:tada: Release v2.0.0-rc.18 w/ Tauri 2.0.0-rc.8
v2.0.0-rc.17 - Tauri `2.0.0-rc.3`
:tada: Release v2.0.0-rc.17 w/ Tauri 2.0.0-rc.3
v2.0.0-rc.16 - Tauri `2.0.0-rc.2` and more
Changes:
- Improved documentation - Thanks to @kareemmahlees
- Support for generic events
- Bump Tauri version - Thanks to @anatawa12
- Introduce
ErrorHandlingMode
- Thanks to @anatawa12
v2.0.0-rc.15 - Fix tailing comma's in macros
Changes:
- Upgrade Specta to v2.0.0-rc.20
- Fix trailing commas in macros
v2.0.0-rc.14 - tauri-rc.0
Changes:
- Upgrade to Tauri-rc.0
- Fix events when used in plugin and app - Thanks to @Brendonovich
v2.0.0-rc.12 - New syntax
Changes:
- Support for the latest Tauri (
=2.0.0-beta.25
) and Specta (=2.0.0-rc.18
) - Completly new builder syntax. Refer to docs for how to upgrade your project.
- Expemental support for Tauri
Channel
behind theUNSTABLE_channels
feature (waiting on #10435 for stabilization. - Convert
collect_commands
from a proc macro to a macro_rules - The
tauri_specta::Event
macro now requires thederive
feature to be enabled.
v2.0.0-rc.11 - Tauri beta 22 + export constants
Changes:
- Upgrade to Tauri
2.0.0-beta.22
and Tauri Build2.0.0-beta.17
- Support for exporting constants - closes #95
- Automatically add a newline between the file header and Tauri Specta runtime
v2.0.0-rc.10 - Tauri beta 19
Fixes some bugs people have observed with Tauri beta 17.
For now Tauri Specta hardcodes the linked Tauri version to ensure we are protected from any breaking changes that are made upstream so we need to manually update it on all releases.