Releases: KY-Programming/generator
Release list
10.0.0-preview.46
fix: run on linux
10.0.0-preview.45
feat: enable documentation generation
fix: typescript code generation errors
fix: show not supported error messages for .net 5
fix: TypeScript generate model should respect output path
fix: TypeScript index.ts should not be generated when NoIndex is used
feat: removed properties or field generation decision by commonly used defaults
feat: reworked rename and change type of fields, properties and methods
fix: angular service should can handle parameters with name url or httpOptions
feat: improve import and type rewriting
fix: undefined in ts fields
10.0.0-preview.36
feat: reflection read comments
feat: check c# comments for ignore commands
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
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