Skip to content

Releases: jburzynski/TypeGen

7.0.0

18 Nov 07:33

Choose a tag to compare

  • Updated to .NET 10.

6.0.4

18 Nov 07:32

Choose a tag to compare

  • Fixed incorrect exception handling when using System.CommandLine (#225).
  • If the config file path is provided but does not exist, CLI now exits with an error.

6.0.3

29 Aug 17:10

Choose a tag to compare

  • added TsRequiredAttribute for definite assignment assertion operator (#219)

6.0.2

15 Nov 16:41

Choose a tag to compare

  • new lines are now normalized to Environment.NewLine in the generated files
  • re-added changes from PR #208 (Import line break was not using the OS's newline)

6.0.1

15 Nov 09:42

Choose a tag to compare

  • reverted PR #208 (import line break not using the OS's newline), because it caused mixed line endings

6.0.0

14 Nov 21:49

Choose a tag to compare

  • updated to .NET 9.0
  • fixed import line break not using the OS's newline #208

5.0.1

18 Dec 15:54

Choose a tag to compare

  • updated the project URL in the nuspec
  • fixed the issue with generic inheritance #185

5.0.0

22 Nov 12:35
aceaff4

Choose a tag to compare

  • updated to .NET 8
  • added support for IReadOnlyDictionary
  • fixed XmlDoc reading for assemblies without location

4.5.0

25 Aug 23:53

Choose a tag to compare

Features:

  • added the ability to blacklist/whitelist individual types by using typeBlacklist/typeWhitelist config parameters or GeneratorOptions.TypeBlacklist (this also fixes records not generating correctly #164)
  • TS class : TS interface inheritance is now possible - in this case TS class implements TS interface
  • added the ability to specify custom header and body as an attribute or in generation spec #166 #167

4.4.1

02 Aug 10:04

Choose a tag to compare

Bugfixes:

  • fixed exportTypesAsInterfacesByDefault and useImportType not working in tgconfig.json