Releases: KY-Programming/generator
10.0.0-preview.35
feat: angular hub api service should be notify on connection errors
fix: typescript enum with negative values has to be wrapped in string to solve TS2322
fix: invalid msbuild target name
fix: output generator assemblies to generators directory instead of ref directory
refactor: moved AssemblyLoader from KY.Core to Common
feat: improved assembly loading to check potential directories smarter
refactor: move some assembly load and check logic to load command
refactor: combined some generator specific assembly load logic with logic from KY.Core
feat: removed AssemblyCache because load performance is now similar to cache loading
feat: added GeneratePluginAttribute to signal deep assembly load behavior
feat: extended GenerateWithAttribute to support better assembly finding by version
refactor: replaced nuspec with definitions in csproj
9.1.0
8.10.0
feat: support .net10
8.9.3
fix: typescript enum with negative values has to be wrapped in string to solve TS2322
10.0.0-preview.17
fix: assembly cache should only be written when changes available
fix: numeric enum should have an default value
fix: use Record type for typescript dictionaries
8.9.2
fix: build errors
fix: error on parallel builds
9.0.0
Tried to improve everything
8.9.1
fix: assembly cache should only be written when changes available
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