Releases: jburzynski/TypeGen
Releases · jburzynski/TypeGen
6.0.2
6.0.1
6.0.0
5.0.1
5.0.0
- updated to .NET 8
- added support for IReadOnlyDictionary
- fixed XmlDoc reading for assemblies without location
4.5.0
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
Bugfixes:
- fixed exportTypesAsInterfacesByDefault and useImportType not working in tgconfig.json
4.4.0
Bugfixes:
- fixed "AsUnionType" for enums not being implemented in generation specs
Features:
4.3.0
Bugfixes:
- fixed UseDefaultExport breaking interface inheritance #128
- fixed IgnoreBase()/TsIgnoreBaseAttribute not working with interfaces #129
- fixed crashing when trying to generate an IEnumerable of nullables #92
Features:
- added the ability to specify implemented interfaces to CustomBase()/TsCustomBaseAttribute
- added the option to specify whether to generate interfaces by default (for example for member types not explicitly selected to be generated)