Releases: specta-rs/tauri-specta
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__
toResult
in exported bindings - #69 - Remove the plugin from apps. This setup had some unintended sideeffects, checkout the v2 docs for upgrading.
- misalignment of Event
emit_to
args - #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.
v1.0.2
v1.0.0
An update to Tauri Specta to make use of the latest Specta update.
Upgrading
specta = "1.0.0"
tauri-specta = { version = "1.0.0", features = ["typescript", "javascript"] }
You will also want to rename tauri_specta::collate_types
to specta::collect_types
.