Skip to content

Releases: specta-rs/tauri-specta

v2.0.0-rc.10 - Tauri beta 19

20 May 03:20
Compare
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
Compare
Choose a tag to compare

v2.0.0-rc.5 - Tauri 2

01 May 04:07
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
:tada: release 1.0.2

v1.0.0

23 Feb 11:34
Compare
Choose a tag to compare

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.