Releases: MatsDK/TauRPC
Releases · MatsDK/TauRPC
v1.4.3
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
Patch Changes
0a87d07
Thanks @MatsDK ! - Fix issue when the only argument is of type Vec or a tuple for events.
v1.4.1
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
Minor Changes
8df57cf
Thanks @MatsDK ! - Allow users to create nested commands that can be called with a proxy-like ts client
v1.3.1
Patch Changes
31690ca
Thanks @MatsDK ! - event attribute so you are not forced to implement a resolver for them
v1.3.0
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.
You can’t perform that action at this time.