Skip to content

Releases: specta-rs/tauri-specta

v2.0.0-rc.12 - New syntax

01 Aug 13:38

Choose a tag to compare

Pre-release

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 the UNSTABLE_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 the derive feature to be enabled.

v2.0.0-rc.11 - Tauri beta 22 + export constants

02 Jun 13:39

Choose a tag to compare

Changes:

  • Upgrade to Tauri 2.0.0-beta.22 and Tauri Build 2.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

20 May 03:20

Choose a tag to compare

Pre-release

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

09 May 02:58

Choose a tag to compare

v2.0.0-rc.5 - Tauri 2

01 May 04:07

Choose a tag to compare

v2.0.0-rc.5 - Tauri 2 Pre-release
Pre-release

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__ to Result 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

05 Dec 04:14

Choose a tag to compare

v2.0.0-rc.4 Pre-release
Pre-release

Support Specta v2.0.0-rc.7

2.0.0-rc.3

22 Oct 08:21

Choose a tag to compare

2.0.0-rc.3 Pre-release
Pre-release
v2.0.0-rc.3

:tada: release 2.0.0-rc.3 w/ updated Specta

2.0.0-rc.2 - General fixes

05 Oct 06:47

Choose a tag to compare

Pre-release

Upgrades to the latest Specta release to fix some issues compiling with certain sets of features enabled.

2.0.0-rc.1 - Typesafe events

04 Oct 07:37

Choose a tag to compare

Pre-release

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

18 May 09:26

Choose a tag to compare

:tada: release 1.0.2