Skip to content

Releases: nenoNaninu/TypedSignalR.Client.TypeScript

TypedSignalR.Client.TypeScript v1.7.5

15 Jun 17:01
190cfdb
Compare
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
Compare
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
Compare
Choose a tag to compare

Enhancements:

  • #108 Support netstandard2.0 projects as input.

TypedSignalR.Client.TypeScript v1.7.2

23 May 15:11
0da0607
Compare
Choose a tag to compare

Enhancements:

  • #106 Fix header generation

TypedSignalR.Client.TypeScript v1.7.1

20 Apr 15:27
484591c
Compare
Choose a tag to compare

Enhancements:

  • #96 Fix CLI help.

TypedSignalR.Client.TypeScript v1.7.0

09 Feb 15:28
6651cb1
Compare
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
Compare
Choose a tag to compare

Enhancements:

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

TypedSignalR.Client.TypeScript v1.6.1

03 Feb 01:35
10e6388
Compare
Choose a tag to compare

Enhancements:

  • #80 Update Tapper version

TypedSignalR.Client.TypeScript v1.6.0

01 Feb 11:39
f4ad01e
Compare
Choose a tag to compare

Enhancements:

  • #79 Updated Tapper version to support serializer attributes

TypedSignalR.Client.TypeScript v1.5.1

09 Jan 17:03
8805bbb
Compare
Choose a tag to compare

Enhancements:

  • #69 #74 Support server-to-client and client-to-server streaming
  • #70 Support client results
  • #71 Updated Tapper version to support string enum and union