Skip to content

Releases: vaclavnovotny/NSwag.Examples

v1.0.14

18 May 11:14
1f88dee
Compare
Choose a tag to compare

What's Changed

  • examples for a parameter type other than body + examples by @jiripeli in #22

New Contributors

Full Changelog: v1.0.12...v1.0.14

v1.0.12

19 Feb 15:07
Compare
Choose a tag to compare

What's Changed

  • Updated NSwag to v14 - NSwag in this version introduced breaking changes to how the registration methods are called and how the serializers are configured within the processers.
  • Added support for .NET 8

Version 1.0.11

30 Sep 09:25
Compare
Choose a tag to compare

Fixed an issue of multiple endpoint specific examples with different response status code.

Version 1.0.10

13 Aug 07:04
Compare
Choose a tag to compare
  • Adding support for multiple specific examples
  • When using specific examples, allow that example to be filtered specifically to a request or response example
  • When using specific examples, allow multiple examples
  • When using specific examples, allow examples for various status codes
  • Allow named examples to be restricted to either Request or Response

Version 1.0.9

18 Jun 12:56
Compare
Choose a tag to compare
  • Added possibility to define multiple examples for single request/response
  • Examples can now be named
  • User can now specify specific example for given controller method endpoint
  • Defined examples can be be reused by each other using dependency injection
  • Added support for polymorphism

Version 1.0.8

17 Jun 14:39
Compare
Choose a tag to compare

Updated NSwag.AspNetCore to 13.19.0
Added target for .NET 7

Version 1.0.7

05 Mar 11:42
a2c4ce6
Compare
Choose a tag to compare
  • Disabled binary body parameters (PR)
  • Updated NSwag NuGet
  • Added multi targeting of the package

Version 1.0.6

22 Jun 19:20
Compare
Choose a tag to compare
  • Added proper support for examples of primitive types

Version 1.0.5

29 May 16:45
Compare
Choose a tag to compare
  • Removed usage of OpenApiExample which resulted in invalid JSON structures.

Version 1.0.4

25 May 18:07
Compare
Choose a tag to compare
  • Reworked the way example values are set in NSwag processor
  • NSwag.Examples honors the current JSON serializer settings independently of NSwag