Releases: RicoSuter/NSwag
Releases · RicoSuter/NSwag
NSwag v13.9.0 (Build 1114)
- Added support for .NET 5.0!
- Breaking Change: Removed .NET Core 1.0, 1.1 and 2.0 support (EOL).
- Updated to latest Swagger UI version.
- Improve Nullable Reference Types support.
- Add AbortSignal to fetch template (TS) #3101
- Various other bug fixes and improvements.
NSwag v13.8.2 (Build 1113)
- Various bug fixes and improvements
NSwag v13.8.1 (Build 1112)
- Fix TS baseUrl assignment, #3079
NSwag v13.8.0 (Build 1111)
- this.baseUrl to cater for empty strings - allow empty string as base url and do not fallback to server url (use undefined/null instead), #3065
- There is a bug in v13.8.0 in this PR => please use v13.8.1 with the fix
- Fixed complex parameter generation for custom json content types, #3061
- Fix: OpenApiBodyParameterAttribute is ignored in WebApi projects, #3068
- Add DayJS and Luxon support in NJsonSchema
- Fix in NJsonSchema: Removed special $ref handling, RicoSuter/NJsonSchema@1ae0fdd
- NJS TS: Improve createInstance performance when handling $refs, RicoSuter/NJsonSchema#1236
- NJS: Adds support for custom schema extension data attributes, RicoSuter/NJsonSchema#1254
NSwag v13.7.4 (Build 1110)
NSwag v13.7.3 (Build 1109)
NSwag v13.7.2 (Build 1108)
NSwag v13.7.1 (Build 1107- Broken)
- Broken version: Please update.
NSwag v13.7.0 (Build 1104)
Release v13.7.0 (#2979) * Add support for using controllers' summary as tag description (#2949) * Add support for using controllers' summary as tag description * Ensure tag only added to document if there's description * Cleanup * Move code Co-authored-by: Rico Suter <[email protected]> * Fix contract, closes #2933 * Update README.md * Update README.md * Update README.md * Update README.md * Bump elliptic from 6.4.0 to 6.5.3 in /src/NSwag.Sample.NetCoreAngular (#2968) Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.4.0...v6.5.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix for File Parameter interface not generated in some instances (#2972) - Split the Binary tests into 3 so each endpoint can be generated properly without missing the FileParameter interface - changed RequiresFileParameterInterface logic so it checks isBinary on arrays and nested objects Co-authored-by: Craig Ngu <[email protected]> * Correct link in markdown for MS Build Targets (#2958) * Aligned OpenAPI code generation for file more with open API specification (#2896) * Reworked C# client response handling (#2959) * Reworked C# client response handling * Disallowed null responses if the response type is not declared as nullable Fixed the remark in #2944 * Fixed nullability on File I/O * Fixed nullability on ConvertToString * Fixed PR remarks * Avoid nullability issues in Query parameters Addresses https://github.com/RicoSuter/NJsonSchema/issues/1069#issuecomment-660128570 * Fixed invalid code if array value type is not string * v13.7.0 (#2978) * v13.7.0 * Fix test Co-authored-by: Leon V <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: craigngu <[email protected]> Co-authored-by: Craig Ngu <[email protected]> Co-authored-by: Jedidiah May <[email protected]> Co-authored-by: Nicolas Fløysvik <[email protected]> Co-authored-by: Jérémy VIGNELLES <[email protected]>
NSwag v13.6.2 (Build 1103)
Merge pull request #2925 from RicoSuter/master Release v13.6.2