Skip to content

Releases: nenoNaninu/TypedSignalR.Client.TypeScript

TypedSignalR.Client.TypeScript v1.15.0

01 Dec 08:29
4085890
Compare
Choose a tag to compare

Enhancements:

  • #256 Support .NET 9
  • #261 Improve help.
  • #262 Update Tapper.

Breaking Changes:

  • #258 Change some options.
    • remove: --newLine / -eol
      • replacement: --eol
    • remove: -asm / --assemblies
      • replacement: --asm
    • remove: -en
      • replacement: --enum
    • remove: --attribute / -attr
      • replacement: --attr

Full Changelog: v1.14.0...v1.15.0

TypedSignalR.Client.TypeScript v1.14.0

25 Sep 04:56
75f539a
Compare
Choose a tag to compare

Enhancements:

Full Changelog: v1.13.0...v1.14.0

TypedSignalR.Client.TypeScript v1.13.0

26 Aug 17:11
bc71c2b
Compare
Choose a tag to compare

Enhancements:

  • #229 Update Tapper from v1.11.0 to v1.12.0.
    • Support TimeSpan type.

TypedSignalR.Client.TypeScript v1.12.0

14 Feb 18:15
c93b8f3
Compare
Choose a tag to compare

Enhancements:

  • #172 Update Tapper from v1.10.0 to v1.11.0.

TypedSignalR.Client.TypeScript v1.11.0

04 Feb 08:37
595dd44
Compare
Choose a tag to compare

Enhancements:

TypedSignalR.Client.TypeScript v1.10.0

12 Jan 18:41
5b541d5
Compare
Choose a tag to compare

Enhancements:

  • #163 Support inheritance

TypedSignalR.Client.TypeScript v1.9.0

23 Nov 13:20
Compare
Choose a tag to compare

Enhancements:

  • Add .NET 8 support
    • Currently support .NET 7 and .NET 8

TypedSignalR.Client.TypeScript v1.8.2

17 Sep 17:16
8846fbd
Compare
Choose a tag to compare

Enhancements:

  • #140 Update Tapper.

TypedSignalR.Client.TypeScript v1.8.1

10 Sep 15:35
8c142d0
Compare
Choose a tag to compare

Enhancements:

  • #134 Fix returns JSDoc generation.

TypedSignalR.Client.TypeScript v1.8.0

10 Sep 14:15
d1e57b4
Compare
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