Releases: nenoNaninu/TypedSignalR.Client.TypeScript
Releases · nenoNaninu/TypedSignalR.Client.TypeScript
TypedSignalR.Client.TypeScript v1.6.1
03 Feb 01:35
Compare
Sorry, something went wrong.
No results found
Enhancements:
#80 Update Tapper version
TypedSignalR.Client.TypeScript v1.6.0
01 Feb 11:39
Compare
Sorry, something went wrong.
No results found
Enhancements:
#79 Updated Tapper version to support serializer attributes
TypedSignalR.Client.TypeScript v1.5.1
09 Jan 17:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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.HubAttribute → TypedSignalR.Client.HubAttribute
TypedSignalR.Client.TypeScript.ReceiverAttribute → TypedSignalR.Client.ReceiverAttribute
TypedSignalR.Client.TypeScript v1.2.2
21 Sep 14:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Enhancements:
#28 #29 Update Tapper to v1.4.0
TypedSignalR.Client.TypeScript v1.1.3
13 Aug 11:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Enhancements:
#17 #18 Update Tapper to v1.3.0
#20 Update API template
TypedSignalR.Client.TypeScript v1.0.2
16 Jul 08:35
Compare
Sorry, something went wrong.
No results found
Enhancements:
Fixes:
#13 Fix hub method return type analysis.