Skip to content

Releases: KY-Programming/generator

6.6.4

07 Apr 18:01
Compare
Choose a tag to compare
  • try to fix #30

6.6.3

02 Apr 13:05
Compare
Choose a tag to compare
  • fix read of project id
  • better logging for #30

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