Skip to content

Releases: KY-Programming/generator

8.9.0

18 Jan 07:18
Compare
Choose a tag to compare

feat: .net9 compatibility added

8.8.8

20 Apr 05:36
Compare
Choose a tag to compare

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

20 Feb 09:44
Compare
Choose a tag to compare

fix: generic type OutOfRangeException
fix: self referencing non-generic type in generic type endless loop

8.8.6

16 Feb 12:03
Compare
Choose a tag to compare

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

16 Feb 09:22
Compare
Choose a tag to compare

feat: logging improved
fix: initial license check

8.8.4

13 Feb 13:26
Compare
Choose a tag to compare

fix: generater should load nuget assemblies > .net 5

8.8.3

10 Feb 13:45
Compare
Choose a tag to compare

feat: log initialization errors
feat: check license only once a day

8.8.2

09 Feb 11:52
Compare
Choose a tag to compare

fix: update dependencies to work better with .net 8

8.8.1

08 Dec 15:05
Compare
Choose a tag to compare

Common

feat: .net 8 support added

8.8.0

03 Dec 08:45
Compare
Choose a tag to compare

Common

feat: global assembly cache added
feat: more/better logging added
feat: massive performance improvements
feat: signed license handling and optional check added