Releases: specta-rs/tauri-specta
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
Channelbehind theUNSTABLE_channelsfeature (waiting on #10435 for stabilization. - Convert
collect_commandsfrom a proc macro to a macro_rules - The
tauri_specta::Eventmacro now requires thederivefeature to be enabled.
v2.0.0-rc.11 - Tauri beta 22 + export constants
Changes:
- Upgrade to Tauri
2.0.0-beta.22and 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.
v2.0.0-rc.9 - Fix bug in enum handling
v2.0.0-rc.5 - Tauri 2
This release comes with a handful of fixes and the much anticipated support for Tauri 2.
Changes:
- Support for Tauri v2
- Export deprecated attribute - #55
- Support exporting types that don't appear in commands - #74
- Rename
__Result__toResultin exported bindings - #69 - Remove the plugin from apps. This setup had some unintended sideeffects, checkout the v2 docs for upgrading.
- misalignment of Event
emit_toargs - #68
Thanks to @Brendonovich, @linden-dg, @tbrockman and @amrbashir for contributing or helping with this release.
Checkout the v2 docs for how to get started with Tauri v2!
v2.0.0-rc.4
Support Specta v2.0.0-rc.7
2.0.0-rc.3
v2.0.0-rc.3 :tada: release 2.0.0-rc.3 w/ updated Specta
2.0.0-rc.2 - General fixes
Upgrades to the latest Specta release to fix some issues compiling with certain sets of features enabled.
2.0.0-rc.1 - Typesafe events
This update comes with a major refactor to the way Tauri Specta works but it also allows for typeafe events which is super cool.
Huge thanks to @Brendonovich who put together these new changes.