Releases: KY-Programming/generator
Releases · KY-Programming/generator
6.0.0
- 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
5.6.0
- async generation added (see documentation)
5.5.3
5.5.2
5.5.1
5.5.0
5.4.0
5.3.0
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