github RicoSuter/NSwag NSwag-Build-909
NSwag v11.12.0 (Build 909)

latest releases: v14.1.0, v14.0.8, v14.0.7...
6 years ago

Breaking changes:

  • TypeScript/Fetch: Use Headers object instead of vanilla object, #1031
    • Change your transformation* methods so that they work with Headers instances when modifying headers
  • Removed WebApiAssemblyToSwaggerGenerator and WebApiAssemblyToSwaggerGeneratorSettings
    • Use WebApiToSwaggerGenerator or WebApiToSwaggerCommand if you need the same functionality
    • Added TypeNameGeneratorType and SchemaNameGeneratorType setting to command line so that you can replace them without writing an own command line tool
  • Removed AssemblyTypeToSwaggerGenerator and AssemblyTypeToSwaggerGeneratorSettings
    • Use TypesToSwaggerCommand

Enhancements:

  • The T4 templates in NSwag and NJsonSchema are now removed and only Liquid templates are used: The output should be the same

Fixes:

  • Ignore "title" only on SwaggerParameter, #687
  • Trim / of BaseUrl (CSharp), #949
  • Improved null and required checks (CSharp), #1021
  • Various template improvements, 64ab11c

Various fixes in NJsonSchema

Don't miss a new NSwag release

NewReleases is sending notifications on new releases.