Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: MatsDK/TauRPC

v1.8.1

27 Apr 22:47
b5e14c0

Choose a tag to compare

Patch Changes

  • 92b170e Thanks @MatsDK! - Actually return unlisten function for events

v1.8.0

04 Feb 15:35
2942a9d

Choose a tag to compare

Minor Changes

  • 04af2f3 Thanks @MatsDK!
    • Support Tauri channels #34
    • Better error handling in exporter #43
    • Show correct names for parameters on the frontend types #37

v1.7.0

13 Jan 13:17
681ab8b

Choose a tag to compare

Minor Changes

v1.6.0

13 Oct 14:34
6fda239

Choose a tag to compare

Minor Changes

v1.4.3

10 Apr 15:46
9f5fbed

Choose a tag to compare

Patch Changes

  • 2ffad75 Thanks @MatsDK!

    • Allow doc comments on IPC types - #21
    • Allow users to declare a router without root procedures - #22

v1.4.2

25 Aug 20:24
33f9067

Choose a tag to compare

Patch Changes

  • 0a87d07 Thanks @MatsDK! - Fix issue when the only argument is of type Vec or a tuple for events.

v1.4.1

23 Aug 20:54
3455b4d

Choose a tag to compare

Patch Changes

  • 4c0b1b4 Thanks @MatsDK! -
    • Fix issue when the only argument is of type Vec<T> or a tuple.
    • Set default export to ../bindings.ts.
    • Directly generate args_map with types instead of using TauRpc__setup.

v1.4.0

07 Aug 19:55
63fada6

Choose a tag to compare

Minor Changes

  • 8df57cf Thanks @MatsDK! - Allow users to create nested commands that can be called with a proxy-like ts client

v1.3.1

24 Jul 20:08
4cb461b

Choose a tag to compare

Patch Changes

  • 31690ca Thanks @MatsDK! - event attribute so you are not forced to implement a resolver for them

v1.3.0

23 Jul 20:36
ecca6ba

Choose a tag to compare

Minor Changes

  • 8a7b495 Thanks @MatsDK!
    • Switch from ts_rs to specta for the type-generation.
    • Allow to specify export_to attribute on procedures for exporting the generated types.
    • Windows enum for sending scoped events.
    • Common client for both invoking commands and listening to events.