Swagger generators
- Refactoring: Now using async/await for instead of blocking calls
- Now ignoring "title" property of schemas (not allowed in Swagger specs)
Code generators
- Added using() statement for HttpClient (CS)
- Added GenerateExceptionClasses setting (CS)
- Support for additionalProperties schema: Generates AdditionalProperties property (CS)
- Now using full qualified type names instead of using statements to avoid name collisions (CS)
- Improved white spaces in templates (removed tabs, CS)
- Rename parameters with same name in an operation to avoid name collisions
- Improved file response handling (CS & TS)
Tooling
- Input from file now working
- Fixed tooling on Linux (.NET Core), now using HttpClient and correct file path handling