New
NSwag v14.6.0 (NJsonSchema v11.5.0)
What's Changed
- Update NJS v11.5.0, breaking: minimum TypeScript output version is now 4.3 by @RicoSuter in https://github.com/RicoSuter/NSwag/pull/5268
- Add .NET 10 support by @RicoSuter in https://github.com/RicoSuter/NSwag/pull/5271
- Fix generating typescript fetch client interfaces when useAbortSignal is false by @htuomola in https://github.com/RicoSuter/NSwag/pull/5243
- Add test coverage for some APIs by @lahma in https://github.com/RicoSuter/NSwag/pull/5244
- Issue-5239 - Adding K6 template to TypeScript Code Generator by @jsclifford in https://github.com/RicoSuter/NSwag/pull/5240
- Fix NPM CLI argument handling by @lahma in https://github.com/RicoSuter/NSwag/pull/5245
- #5250 - K6 template for Typescript has errors when void is return type by @jsclifford in https://github.com/RicoSuter/NSwag/pull/5251
- Add option to generate code only for selected operation IDs by @amayouf in https://github.com/RicoSuter/NSwag/pull/5248
- Add credentials and mode attributes to fetch template generation by @etriebe in https://github.com/RicoSuter/NSwag/pull/5235
- Fix for Reusable request bodies are not handled correctly #2747 by @Doomic in https://github.com/RicoSuter/NSwag/pull/5196