Skip to content

Releases: KY-Programming/generator

6.6.2

05 Mar 15:04
Compare
Choose a tag to compare

Angular/ASP.NET

  • fix handling for controllers with return type Guid

6.6.1

04 Mar 16:07
Compare
Choose a tag to compare

#29 - Prevent CancellationToken from generation on API service route

6.6.0

09 Feb 15:31
Compare
Choose a tag to compare

Angular

  • fix service with parameter named "subject"

Annotations

  • ProducesResponseTypeAttribute for legacy applications added

ASP.NET

  • throw error on missing Http* attribute
  • handle more mvc results
  • respect ProducesAttribute
  • controller method with multiple Http* attributes fixed

Reflection

  • read type of arrays fixed

6.5.0

02 Feb 15:51
Compare
Choose a tag to compare

Core

  • Fix trailing whitespaces in comments

TypeScript

  • eslint support

6.4.0

22 Jan 05:41
Compare
Choose a tag to compare

#27 - Additional line breaks on linux build

SignalR

  • fix connection errors

6.3.0

11 Jan 06:55
Compare
Choose a tag to compare

#26 - Constants export feature

6.2.2

08 Jan 12:43
Compare
Choose a tag to compare

Angular

  • fix angular service method with return type string

ASP.NET

  • support List<...> parameter on controller with HttpGet method

Core

  • fix FileSystem.Combine when directory name is contained twice (fix from KY.Core.Common)

Reflection

  • allow ignore attribute on structs
  • ignore struct ValueType base class
  • ignore system interfaces

#25 - Could not load file or assembly on x86 builds

6.2.1

04 Jan 09:15
Compare
Choose a tag to compare
  • replaced outdated SignlaR packages with latest one
  • #23 - ApiService from ControllerBase messes up [FromBody] on POST request

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