Releases: KY-Programming/generator
Releases · KY-Programming/generator
3.0.0
- #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
2.8.0
Commands
- output parameter added
Core
- Only write changed files
Reflection
- ignore attribute implemented
- index attribute added and implemented
- trace more details
- performance increased
2.7.1
- Core updated to fix assembly resolve
2.7.0
- CookieReader logging added
- Reflection attributes extracted to own package
- Json add JsonProperty attribute on renamed properties
- Rename ...Configuration to ...Configurations namespace
- oData entity without key fixed
2.6.0
ASP.Net …
- Generator controller fixed
Core
- more formatting options added
- file, class, method, property and field case fixed
- nullable types added
EntityFramework
- execute StoredProcedures via DataContext added
Tsql
- nullable types fixed
- read StoredProcedures added
- key type fixed
2.5.2
- Complex json object with reader fixed
2.5.1
Angular
- get primitive type fixed
- controller without RouteAttribute uses controller name
- route parameters fixed
- override service name fixed
ASP - extract type from ActionResult
2.5.0
Angular
- Possibility added to use custom HttpClient in service
- HttpOptions for each http method added in service
Asp/Reflection
- Load assemblies from absolute/relative fixed
Csharp/TypeScript
- Support for System.Nullable added
2.4.0
- asp: support relative path to assembly …
- core: resolve modules from local packages folder
- reflection: resolve assemblies from local packages folder