Skip to content

Latest commit

 

History

History
89 lines (49 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

89 lines (49 loc) · 3.64 KB

taurpc

1.4.3

Patch Changes

  • 2ffad75 Thanks @MatsDK!

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

1.4.2

Patch Changes

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

1.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.

1.4.0

Minor Changes

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

1.3.1

Patch Changes

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

1.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.

1.2.4

Patch Changes

1.2.3

Patch Changes

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

1.1.0

Minor Changes