Skip to content

Releases: specta-rs/tauri-specta

v2.0.0-rc.21

13 Jan 04:42
Compare
Choose a tag to compare
v2.0.0-rc.21 Pre-release
Pre-release

Upgrade Specta to solve #153.

Due to changes that were merged into Tauri this release will be broken until tauri-apps/tauri#12371 is released. In the meantime you can use the following patch:

[patch.crates-io]
# Waiting for release of https://github.com/tauri-apps/tauri/pull/12371
tauri = { git = "https://github.com/tauri-apps/tauri", rev = "75d56e8364fb203387bb5a5235f316dd7dfa6acd" }

v2.0.0-rc.20 - Unlock Tauri Version

18 Sep 12:38
Compare
Choose a tag to compare
Pre-release

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`

09 Sep 04:47
Compare
Choose a tag to compare
Pre-release

Changes:

  • Upgrade to Tauri 2.0.0-rc.9

v2.0.0-rc.18 - Tauri `2.0.0-rc.8`

02 Sep 22:09
Compare
Choose a tag to compare
: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`

17 Aug 05:22
Compare
Choose a tag to compare
Pre-release
: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

17 Aug 02:55
Compare
Choose a tag to compare

Changes:

v2.0.0-rc.15 - Fix tailing comma's in macros

04 Aug 03:46
Compare
Choose a tag to compare

Changes:

  • Upgrade Specta to v2.0.0-rc.20
  • Fix trailing commas in macros

v2.0.0-rc.14 - tauri-rc.0

03 Aug 11:22
Compare
Choose a tag to compare
Pre-release

Changes:

  • Upgrade to Tauri-rc.0
  • Fix events when used in plugin and app - Thanks to @Brendonovich

v2.0.0-rc.12 - New syntax

01 Aug 13:38
Compare
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
Compare
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