Skip to content

Releases: nenoNaninu/TypedSignalR.Client.TypeScript

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

TypedSignalR.Client.TypeScript v1.4.0

16 Dec 00:59
6a92b3c
Compare
Choose a tag to compare

Enhancements:

  • #62 Support class method. @Vulthil
    • Until now, it has been necessary to implement a method as a property of the class using an arrow function.

TypedSignalR.Client.TypeScript v1.3.0

23 Nov 05:09
Compare
Choose a tag to compare

Changes:

  • Update TypedSignalR.Client.TypeScript.Generator (dotnet tool) to use .NET 7
    • TypedSignalR.Client.TypeScript.Attributes is still .NET Standard 2.0
  • Update Roslyn version

Breaking Changes:

  • Change attribute namespace
    • TypedSignalR.Client.TypeScript.HubAttributeTypedSignalR.Client.HubAttribute
    • TypedSignalR.Client.TypeScript.ReceiverAttributeTypedSignalR.Client.ReceiverAttribute

TypedSignalR.Client.TypeScript v1.2.2

21 Sep 14:03
a2a1b69
Compare
Choose a tag to compare

Enhancements:

  • #39 Suport transpiling the types contained in referenced assemblies
  • #40 #41 Reduce package size of TypedSignalR.Client.TypeScript.Attributes
  • #42 Update Tapper to v1.5.1

TypedSignalR.Client.TypeScript v1.1.4

22 Aug 12:36
7faefef
Compare
Choose a tag to compare

Enhancements:

  • #28 #29 Update Tapper to v1.4.0

TypedSignalR.Client.TypeScript v1.1.3

13 Aug 11:03
8788366
Compare
Choose a tag to compare

Enhancements:

  • #22 #23 Update Tapper to v1.3.1
  • #25 Fix typo in generated code

TypedSignalR.Client.TypeScript v1.1.2

31 Jul 16:41
4bdc7b9
Compare
Choose a tag to compare

Enhancements:

  • #17 #18 Update Tapper to v1.3.0
  • #20 Update API template

TypedSignalR.Client.TypeScript v1.0.2

16 Jul 08:35
24d04d4
Compare
Choose a tag to compare

Enhancements:

  • #10 Support TSLint

Fixes:

  • #13 Fix hub method return type analysis.

TypedSignalR.Client.TypeScript v1.0.0

31 May 09:50
Compare
Choose a tag to compare