Skip to content

Releases: RicoSuter/NSwag

NSwag v14.0.7

26 Mar 15:18
Compare
Choose a tag to compare
  • Fix loading of correct JSON serializer options, fixes #4834, regression of #4733, v14.0.7

Full Changelog: v14.0.6...v14.0.7

NSwag v14.0.6

26 Mar 12:42
Compare
Choose a tag to compare

Broken version: Newtonsoft.Json options are not loaded correctly, please use v14.0.7

  • Fixes in CSharp generator

Full Changelog: v14.0.5...v14.0.6

NSwag v14.0.5

26 Mar 10:35
Compare
Choose a tag to compare

Broken version: Newtonsoft.Json options are not loaded correctly, please use v14.0.7

  • Fix for WithOpenApi() bug

NSwag v14.0.4

23 Mar 00:19
Compare
Choose a tag to compare

Broken version: Newtonsoft.Json options are not loaded correctly, please use v14.0.7

  • Improve minimal API support (WithOpenApi())
  • Some minor fixes

Full Changelog: v14.0.4...v14.0.4

NSwag v14.0.3

04 Feb 13:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v14.0.2...v14.0.3

NSwag v14.0.2

17 Jan 08:48
Compare
Choose a tag to compare
  • Minor fix in the Swagger UI (revert and improve #4184)

NSwag v14.0.1

12 Jan 00:22
313ea53
Compare
Choose a tag to compare

Minor fixes:

  • fixed readme code sample, #4667
  • build: fix .net8 target while publishing artifacts, #4680
  • Fix GenerateNSwagTypeScript target, #4687
  • Fix missing assignment of base URL, #4691
  • Disable warning CS8625 "Cannot convert null literal to non-nullable reference type." in generated code, #4656
  • Fix generated C# clients using base URL, #4674

NSwag v14.0.0

03 Jan 15:58
Compare
Choose a tag to compare

See #4524

NSwag v14

Breaking changes

  • NJsonSchema generator settings moved from being directly on the generator settings to the "SchemaSettings" property.
  • nswag.json now only supports .csproj based specification generation (reflection/assembly based removed, only aspnetcore2openapi)
  • Now only supports .NET Standard 2.0, .NET 4.6.2, .NET Core 3.1, .NET 5, .NET 7 and up
  • Requires latest Newtonsoft.Json v13.0.0.3
  • Removed many deprecated properties, settings and methods (marked a long time as obsolete)
  • Removed WebApiToOpenApiCommand:
    • Use the WebApiOpenApiDocumentGenerator to build your own CLI referencing controllers project to generate OpenAPI without starting the app
  • Renamed UseSwaggerUi3 to UseSwaggerUi (v2 has been removed)

NJsonSchema v11

Breaking changes

  • All Newtonsoft.Json based generators, converters (e.g. JsonInheritance) moved to NJsonSchema.NewtonsoftJson; NJsonSchema contains the converters for System.Text.Json
  • Requires latest Newtonsoft.Json v13.0.0.3
  • Now only supports .NET Standard 2.0, .NET 4.6.2 and up
  • Updated to latest Namotion.Reflection v3
  • Breaking change in IJsonExtensionObject interface (now supports multiple data tuples)

Other changes:

  • Add support for STJ-native inheritance schema generation (JsonDerivedType, JsonPolymorphic)
  • Many more smaller improvements and fixes (see git history)

NSwag v14.0.0-preview013 (RC4)

19 Dec 17:34
Compare
Choose a tag to compare
Pre-release
Add SchemaGeneratorFactory property to OpenApiDocumentGeneratorSettin…

…gs,  #4524

NSwag v14.0.0-preview012 (RC3)

08 Dec 16:09
Compare
Choose a tag to compare
Pre-release

Breaking Changes:

  • Renamed UseSwaggerUi3 to UseSwaggerUi (v2 has been removed)
  • Assembly loader has been removed (used csproj loading instead, for Web API you'd need to build your own CLI)