NSwag Versions Save

The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.

v13.18.1

1 year ago

v13.18.0

1 year ago

What's Changed

  • Added support for .NET 7

Full Changelog: https://github.com/RicoSuter/NSwag/compare/v13.17.0...v13.18.0

v13.17.0

1 year ago

Dependencies

  • Update NJS to v10.8.0
  • Update Namotion.Reflection to v2.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/RicoSuter/NSwag/compare/v13.16.1...v13.17.0

v13.16.1

1 year ago
  • Updated NJS

v13.16.0

2 years ago

v13.15.10

2 years ago

v13.15.9

2 years ago
  • Update NJS (fix STJ inheritance code gen)

v13.15.8

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

v13.15.7

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

v13.15.6

2 years ago
  • 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)