Skip to content

Releases: nenoNaninu/Tapper

Tapper v1.12.0

19 Aug 14:30
7c20dcf
Compare
Choose a tag to compare

Enhancements:

  • #211 Support TimeSpan.

Tapper v1.11.0

14 Feb 16:16
d7b987e
Compare
Choose a tag to compare

Enhancements:

Tapper v1.10.0

04 Feb 06:18
8252470
Compare
Choose a tag to compare

Enhancements:

Tapper v1.9.0

23 Nov 13:18
Compare
Choose a tag to compare

Enhancements:

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

Tapper v1.8.4

17 Sep 16:28
edb7af1
Compare
Choose a tag to compare

Enhancements:

  • #119 Fix nested type transpilation when using -asm true option.

Tapper v1.8.3

26 Jun 10:57
ab18d7f
Compare
Choose a tag to compare

Enhancements:

  • #99 Support C# partial class as input.

Tapper v1.8.2

07 Feb 15:24
c449e8f
Compare
Choose a tag to compare

Enhancements:

  • #77 Tapper.Generator is now more stable.

Tapper v1.8.1

02 Feb 05:48
7a80dd5
Compare
Choose a tag to compare

Enhancements:

  • #76 Update Analyzer to support JSON and MessagePack ignore attributes.

Tapper v1.8.0

01 Feb 00:19
Compare
Choose a tag to compare

Enhancements:

  • #75 Add the feature to reflect JSON and MessagePack serializer attributes in the output TypeScript code

Tapper v1.7.1

08 Jan 18:59
Compare
Choose a tag to compare

Enhancements:

  • #67 #70 Add feature to transpile enum to string enum and string union

Breaking Changes:

  • Remove --enum-naming-style from CLI argument.
    • enum is always transpiled into the PascalCase. This is the standard TypeScript naming style.