Skip to content

Releases: nenoNaninu/TypedSignalR.Client.TypeScript

TypedSignalR.Client.TypeScript v1.8.1

10 Sep 15:35
8c142d0

Choose a tag to compare

Enhancements:

  • #134 Fix returns JSDoc generation.

TypedSignalR.Client.TypeScript v1.8.0

10 Sep 14:15
d1e57b4

Choose a tag to compare

Enhancements:

  • #132 #133 Add a feature to transfer document comments of C# interface to the JSDoc of TypeScript type. @Skyppid

TypedSignalR.Client.TypeScript v1.7.6

27 Jun 16:09
4e547a9

Choose a tag to compare

Enhancements:

TypedSignalR.Client.TypeScript v1.7.5

15 Jun 17:01
190cfdb

Choose a tag to compare

Enhancements:

  • #113 Add // @ts-nocheck to header.
    • To suppress TypeScript errors like never read, unused.

TypedSignalR.Client.TypeScript v1.7.4

10 Jun 01:27
6314421

Choose a tag to compare

Enhancements:

  • #109 Suppress TS7030 at getHubProxyFactory and getReceiverRegister. @Montellese

TypedSignalR.Client.TypeScript v1.7.3

07 Jun 14:12
f81fb37

Choose a tag to compare

Enhancements:

  • #108 Support netstandard2.0 projects as input.

TypedSignalR.Client.TypeScript v1.7.2

23 May 15:11
0da0607

Choose a tag to compare

Enhancements:

  • #106 Fix header generation

TypedSignalR.Client.TypeScript v1.7.1

20 Apr 15:27
484591c

Choose a tag to compare

Enhancements:

  • #96 Fix CLI help.

TypedSignalR.Client.TypeScript v1.7.0

09 Feb 15:28
6651cb1

Choose a tag to compare

Enhancements:

  • #83 Add the --method option to select methods naming style (camelCase / PascalCase)
    • The default is camelCase.

TypedSignalR.Client.TypeScript v1.6.2

07 Feb 15:25
a436ce9

Choose a tag to compare

Enhancements:

  • #81 TypedSignalR.Client.TypeScript.Generator is now more stable.