Skip to content

Releases: KY-Programming/generator

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

5.1.2

22 Sep 10:01
Compare
Choose a tag to compare
  • Resolve System.Diagnostics.Tools.dll fixed

5.1.1

10 Sep 15:06
Compare
Choose a tag to compare

ASP.NET

  • route attribute on controller fixed

5.1.0

08 Sep 14:01
Compare
Choose a tag to compare

#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

29 Aug 07:39
Compare
Choose a tag to compare

#16 - GenerateAngularModel Attribute on multiple class definitions with different targets get messed up

5.0.0

25 Aug 13:34
Compare
Choose a tag to compare

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

11 Aug 14:42
Compare
Choose a tag to compare
  • 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

04 Aug 07:44
Compare
Choose a tag to compare
  • .net core 3.0, .net core 2.0 and .net framework 4.6.1 support added

4.1.1

30 Jul 15:33
Compare
Choose a tag to compare
  • condition for Linux and OSX fixed