Releases: KY-Programming/generator
Releases · KY-Programming/generator
5.3.0
Angular
- models and services in same folder fixed
- add api-version to url if ApiVersion is specified
- force formatting filenames even on FormatName = false
ASP.NET
- read ApiVersion attribute
- read ProducesResponseType
Reflection
- do not run on before build event
- set option to Option.No fixed
- allow to set FormatNames for model and services/hubs separate
5.2.0
Reflection
- allow GenerateIgnoreGenericAttribute on classes
5.1.2
- Resolve System.Diagnostics.Tools.dll fixed
5.1.1
ASP.NET
- route attribute on controller fixed
5.1.0
#17 - Missing SkipSelf Option on GenerateAngularModel Attribute
#18 - Controller with array return type generates invalid typescript import
#19 - Not able to parse controller endpoint with Route Attribute
#20 - Ignore generic from controller return type / result
Angular
- route with postfix fixed
Reflection
- GenerateOption attribute added
5.0.1
5.0.0
Angular
- SignalR support added
AspDotNet
- SignalR support added
Core
- mathematical operators added
- execute each output action only once
- chaining separators fixed (BREAKING CHANGE)
- fix type loading (update KY.Core) (BREAKING CHANGE)
Main
- fix type loading (by using AssemblyLoadContext) (BREAKING CHANGE)
4.3.0
- support x86 assemblies for windows (#14)
- remove all dependencies from entries and load it via module loader, to provide all shared assemblies in one folder instead of one per framework/platform
- fix parameter serialize and deserialize
- modules bind their resolvable types earlier (in constructor)
4.2.0
- .net core 3.0, .net core 2.0 and .net framework 4.6.1 support added
4.1.1
- condition for Linux and OSX fixed