Releases: KY-Programming/generator
Releases · KY-Programming/generator
8.9.0
feat: .net9 compatibility added
8.8.8
fix: controller method with ReturnType attribute should outputs the specified type (when not used anywhere else)
fix: property with ReturnType attribute should use given type
fix: byte default value should be a number
fix: sbyte should be converted to a number
fix: sbyte default value should be a number
fix: enums with different base types should be supported like sbyte, byte, short, ushort, uint, ulong, and long
fix: overwritten field or property should not be implemented in derived typescript class
fix: IReadOnlyCollection and IReadOnlyList should generate a array
fix: IReadOnlyDictionary should generate a object
8.8.7
fix: generic type OutOfRangeException
fix: self referencing non-generic type in generic type endless loop
8.8.6
feat: search for solution when only the project is build
feat: write a warning when a new project id is generated
fix: errors on initial run
8.8.5
feat: logging improved
fix: initial license check
8.8.4
fix: generater should load nuget assemblies > .net 5
8.8.3
feat: log initialization errors
feat: check license only once a day
8.8.2
fix: update dependencies to work better with .net 8
8.8.1
Common
feat: .net 8 support added
8.8.0
Common
feat: global assembly cache added
feat: more/better logging added
feat: massive performance improvements
feat: signed license handling and optional check added