Skip to content

Releases: KY-Programming/generator

3.6.0

30 Jun 15:55
Compare
Choose a tag to compare

#12 - Assemblies with '-' in name not found during generation
#13 - Ignore Property during generation attribute

3.5.0

05 Jun 13:50
Compare
Choose a tag to compare

Angular

  • remove unnecessary instance creation on services

Core

  • Resolve assemblies for .net framework, .net standard and .net core fixed

3.4.1

03 Jun 15:05
Compare
Choose a tag to compare

#10 - Service-Generation, return type IActionResult not supported fixed

3.4.0

04 Feb 08:28
Compare
Choose a tag to compare

oData

  • entity set as transfer object

3.3.0

13 Jan 14:22
Compare
Choose a tag to compare

Angular

  • return undefined if service result is null or undefined fixed
  • url date parameters fixed
  • empty url date parameters use empty string instead of undefined

Asp.net

  • set only reference types as body parameter
  • ignore more system attributes

Core

  • search assemblies in output fixed

Reflection

  • better generic type logging

TypeScript

  • undefined template added
  • force null instead of default undefined added

3.2.1

31 Dec 12:53
Compare
Choose a tag to compare
  • Use the correct build events in msbuild targets

3.2.0

31 Dec 12:53
Compare
Choose a tag to compare

Angular

  • undefined optional service parameters fixed
    Core
  • beforeBuild added
  • treat empty files like not existing files on overwriting

3.1.0

29 Dec 15:28
Compare
Choose a tag to compare

Angular

  • fix service name
  • optional method parameter for services

Core

  • check if file to override is a generated file
  • execute other configuration

3.0.0

21 Dec 07:27
Compare
Choose a tag to compare
  • #9 - GenericType of double not resolved correctly
  • CLI/CLI.Core include only basic feature set instead of full
  • New CLI.Full/CLI.Core.Full added
  • Replaced build events with msbuild target (except CLI.Standalone/CLI.Core.Standalone)
  • Show errors in VS Error List
  • Reflection model properties are always readable and writable
  • Assembly merge dropped (except CLI.Standalone/CLI.Core.Standalone)
  • Updated to latest Core.Common version
  • Output uses cached action instead of direct disk access
  • Configuration mapping combined (readers and writers)

2.9.0

26 Nov 14:56
Compare
Choose a tag to compare

oData

  • bound actions added

#8 - List of generics export