Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
},
"changesets": [
"bigint-rewrite-f64-not-opaque",
"bump-specta-rc-25",
"calm-wombats-stand",
"dprint-2025",
"eslint-relax-dispatcher",
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# taurpc

## 2.0.0-canary.7

### Patch Changes

- [#28](https://github.com/fltsci/TauRPC/pull/28) [`ccfcbea`](https://github.com/fltsci/TauRPC/commit/ccfcbeaf4e27cdb6db965af29b3d9e1c1863c277) Thanks [@johncarmack1984](https://github.com/johncarmack1984)! - Bump specta to 2.0.0-rc.25 (and specta-typescript / specta-serde to 0.0.12).

Rewrites `taurpc/src/export.rs` and the surrounding internals against specta's new visitor-based type-walking API (the rc.25 release removed the in-place `*_mut` accessors on `Struct`/`Enum`/`Tuple`/`Fields` and reshaped `Reference`/`NamedReference`). Generated TS bindings are unchanged at the user-facing level; the proxy and dispatcher pick up the new specta render shape in `src/index.ts` accordingly.

Rust consumers will need to bump their own `specta` dep to `=2.0.0-rc.25` in lockstep, since `=` exact-version pinning makes any rc skew a resolver collision.

## 2.0.0-canary.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fltsci/taurpc",
"version": "2.0.0-canary.6",
"version": "2.0.0-canary.7",
"description": "Type-safe IPC layer for Tauri commands and events; forked from MatsDK/TauRPC",
"main": "dist/index.cjs",
"repository": {
Expand Down