Skip to content

Releases: skbkontur/TypeScript.ContractGenerator

v2.0.121 - 2023.02.01

01 Feb 13:50
c885097
Compare
Choose a tag to compare
  • Add CustomContentMarker option for custom header text in generated files
  • Switch to github-actions for tests and releases

v2.0.114 - 2022.11.18

18 Nov 06:33
08fb140
Compare
Choose a tag to compare
  • Add DateTimeOffset support

v2.0.110 - 2022.08.11

11 Aug 06:33
174b48b
Compare
Choose a tag to compare
  • Add Patch method to ApiControllerTypeBuildingContextBase

v2.0.106 - 2021.12.03

03 Dec 08:15
Compare
Choose a tag to compare
  • Fix attributes data extraction

v2.0.105 - 2021.11.11

11 Nov 06:56
Compare
Choose a tag to compare
  • Use net6.0 in cli tool
  • Update Roslyn dependencies

v2.0.104 - 2021.10.28

28 Oct 06:08
Compare
Choose a tag to compare
  • treat long type as number in javascript according to serializers' behavior (e.g. JSON.NET & Netwonsoft.JSON)

v2.0.98 - 2021.09.01

01 Sep 09:09
8fae78e
Compare
Choose a tag to compare
  • Added types in variable and constant definition

v2.0.94 - 2021.03.11

11 Mar 06:06
Compare
Choose a tag to compare
  • Use net5.0 in cli tool
  • Add FrameworkReference to Microsoft.AspNetCore.App in cli tool
  • Update dependencies

v2.0.92 - 2021.03.10

09 Mar 19:15
af196f2
Compare
Choose a tag to compare
  • Fix Roslyn custom type generator compilation in net5.0

v2.0.81 - 2020.06.22

22 Jun 06:13
Compare
Choose a tag to compare
  • Remove deprecated options (See MIGRATION)
  • Use abstractions instead of reflection types in public api (See MIGRATION)
  • Fix nullability issues with Nullable Reference Types
  • Add Roslyn support
  • Add dotnet tool