Skip to content

Releases: KY-Programming/generator

6.0.0

14 Dec 09:03
Compare
Choose a tag to compare
  • generator.json is temporary not available (BREAKING CHANGE). Please use v5.6.1
  • EntityFramework, Json, oData, OpenApi and TSQL are temporary not available (BREAKING CHANGE). Please use v5.6.1
  • improved commands handling
  • replace untyped command parameters
  • implement new command/parameter structure
  • move generator environment and command environment to command parameters
  • prepare fluent language (only dummy implementation)
  • show targeting framework in header
  • fix multiple location of already loaded assembly via GeneratorAssemblyLocator
  • remove unnecessary property groups from target
  • rename run-by-attributest command to attributes command
  • delete not used generated files

5.6.1

07 Dec 13:26
Compare
Choose a tag to compare
  • fix prebuild actions (from generator.json)
  • fix framework switching
  • fix async attribute on attributes

5.6.0

27 Nov 14:13
Compare
Choose a tag to compare

5.5.3

21 Nov 05:24
Compare
Choose a tag to compare

Fix switch to .NET Core 2 process

5.5.2

17 Nov 13:29
Compare
Choose a tag to compare
  • on switch to other framework, use dotnet command on linux
  • fix nuget resolve problems on Linux
  • rename KY.Generator.Reflection.Annotations to KY.Generator.Annotations

5.5.1

16 Nov 11:21
Compare
Choose a tag to compare
  • #21 - Error: Command 'generator.json' not found on linux build environment
  • Annotation on nested class fixed

5.5.0

14 Nov 09:49
Compare
Choose a tag to compare
  • .NET 5 support added
  • switch to other frameworks fixed
  • fixes to run on Linux

5.4.0

09 Nov 13:44
Compare
Choose a tag to compare

Core

  • switch to different framework version
  • use relative msbuild target paths to fix build in .NET Framework projects

Reflection

  • load all assemblies in the same context (ReflectionCommand)

5.3.0

29 Sep 12:33
Compare
Choose a tag to compare

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

24 Sep 02:56
Compare
Choose a tag to compare

Reflection

  • allow GenerateIgnoreGenericAttribute on classes