Releases: RicoSuter/NSwag
Releases · RicoSuter/NSwag
NSwag v13.18.3
- Various fixes and improvements
Release v13.18.2
- Fixed NuGet publish
NSwag v13.18.1
Add nswag.cmd (#4255)
NSwag v13.18.0
NSwag v13.17.0
Dependencies
- Update NJS to v10.8.0
- Update Namotion.Reflection to v2.1.0
What's Changed
- Add support for System.Web.Mvc.AcceptVerbsAttribute to WebApiOpenApiDocumentGenerator by @andreasbalzer in #4104
- Support filename downloads with special characters by @knoepdan in #4097
- MiddleMouseClickTabControlQoL by @Sossenbinder in #4096
- Expose AllowEmptyValue in ParameterModelBase by @JoshWoodArup in #4145
- add new MultipleClientsFromFirstTagAndOperationNameGenerator by @mw-survit in #4143
- Client code generation in Console app fails with NullReferenceException by @rpbeukes in #4140
- Feature/#4131 store serialized json in separate variable for easy inspection by @dlidstrom in #4136
- WebApiOpenApiDocumentGenerator: Support multiple Route-attributes on Controller level by @andreasbalzer in #4129
- Allow both the summary and description from OpenAPI to be added as summary and remarks in c# generated code by @codecooper in #4105
- Adding in better handling for plain text body by @JonruAlveus in #4086
- Change static read-only properties of OpenApiOperationMethod to constants by @PatrickHofman in #4049
New Contributors
- @andreasbalzer made their first contribution in #4104
- @Sossenbinder made their first contribution in #4096
- @JoshWoodArup made their first contribution in #4145
- @mw-survit made their first contribution in #4143
- @rpbeukes made their first contribution in #4140
- @dlidstrom made their first contribution in #4136
- @codecooper made their first contribution in #4105
- @JonruAlveus made their first contribution in #4086
- @PatrickHofman made their first contribution in #4049
Full Changelog: v13.16.1...v13.17.0
NSwag v13.16.1
- Updated NJS
NSwag v13.16.0
Fixed missing cancellation token parameters in C# client (#3932) Fixes #3919
NSwag v13.15.10
Merge branch 'master' of https://github.com/RicoSuter/NSwag
NSwag v13.15.9
- Update NJS (fix STJ inheritance code gen)
NSwag v13.15.8
- Revert PR: FileResponse: support for special characters in fileName (+ suppress warning when nullable is enabled in C# clients) #3816
- Minor fixes