github RicoSuter/NSwag NSwag-Build-781
NSwag v9.0 (Build 781)

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

Breaking changes:

  • transformOptions is now async (must return promise) for Angular 2, AngularJS and Fetch/Aurelia
    • Use return Promise.resolve(options) instead of return options (sync)
  • TypeScript client: The default template is now Fetch
  • The project have been split up into more NuGet packages (required some namespace renamings)
    • Namespace NSwag.CodeGeneration.CodeGeneration.* renamed to NSwag.CodeGeneration.*
      • Moved CSharp and TypeScript code to separate projects (NSwag.CodeGeneration.CSharp and NSwag.CodeGeneration.TypeScript)
    • Namespace NSwag.CodeGeneration.SwaggerGeneration.* renamed to NSwag.SwaggerGeneration.*
      • Moved some classes from NSwag.CodeGeneration (namespace NSwag.CodeGeneration.SwaggerGenerators.*) package to NSwag.SwaggerGeneration and NSwag.SwaggerGeneration.WebApi packages

New features:

  • Added GenerateResponseClasses and ResponseClass setting
  • Added ConfigurationClass settings to inject for example an authentication client (TS) e79b3f4
  • Fixed problem in generated controllers (CS) #536
  • Fixed problems with FileResponse (CS)
  • Many more features and bug fixes

Don't miss a new NSwag release

NewReleases is sending notifications on new releases.