Skip to content

Releases: RicoSuter/NSwag

NSwag v13.18.1

07 Dec 12:16
fca7e81

Choose a tag to compare

Add nswag.cmd (#4255)

NSwag v13.18.0

17 Nov 16:30

Choose a tag to compare

What's Changed

  • Added support for .NET 7

Full Changelog: v13.17.0...v13.18.0

NSwag v13.17.0

16 Sep 17:14

Choose a tag to compare

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

Full Changelog: v13.16.1...v13.17.0

NSwag v13.16.1

02 Jun 16:03

Choose a tag to compare

  • Updated NJS

NSwag v13.16.0

19 May 06:36
0b19353

Choose a tag to compare

Fixed missing cancellation token parameters in C# client (#3932)

Fixes #3919

NSwag v13.15.10

22 Feb 09:13

Choose a tag to compare

Merge branch 'master' of https://github.com/RicoSuter/NSwag

NSwag v13.15.9

10 Feb 15:11

Choose a tag to compare

  • Update NJS (fix STJ inheritance code gen)

NSwag v13.15.8

10 Feb 09:18

Choose a tag to compare

  • Revert PR: FileResponse: support for special characters in fileName (+ suppress warning when nullable is enabled in C# clients) #3816
  • Minor fixes

Release v13.15.7

01 Feb 13:53
bac13ef

Choose a tag to compare

  • Create generator on demand and keep only settings in OpenApiDocumentRegistration #3855
    • Allow GC to clean up NSwag resources after client generation

NSwag v13.15.6

31 Jan 17:17
631beea

Choose a tag to compare

  • Remove TypeScript bracket type casting syntax (#3848)
  • FileResponse: support for special characters in fileName
  • Improve processing performance (#3835)
  • Update NJsonSchema and Namotion.Reflection
    • Give better message from elseif usage (#1479)
    • Performance improvements
    • XML Docs: inheritdoc cref support
  • Net6.0 Minimal API projects without Startup, issue #3794 (#3814)
  • Add @ts-nocheck to the generated code file (#3815)
  • Ignore '@' in variable's name (#3828) (#3829)
  • Map blob type from response content type (#3842)
  • Add support to specify persistAuthorization for Swagger UI 3 (#3796)