Skip to content

Releases: KY-Programming/generator

6.2.0

18 Dec 14:15
Compare
Choose a tag to compare

ASP.NET

  • controller fluent api added
  • hub fluent api added

Angular

  • models import for services fixed

All

  • fluent api documentation added

6.1.0

16 Dec 15:13
Compare
Choose a tag to compare
  • angular fluent language added (use KY.Generator.Fluent package)
  • reflection fluent language added (use KY.Generator.Fluent package)
  • fix assembly loading error in before build step
  • fix unnecessary switch on .NET Standard assemblies
  • do not switch if architecture is amd64 and msil
  • allow generate ignore on methods
  • allow post without body parameter
  • fix models name when ends with service
  • override generated file without outputid without message
  • allow multiple projects to override the same file if content is the same
  • fix reading output id from .NET Framework projects

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)