- this.baseUrl to cater for empty strings - allow empty string as base url and do not fallback to server url (use undefined/null instead), #3065
- There is a bug in v13.8.0 in this PR => please use v13.8.1 with the fix
- Fixed complex parameter generation for custom json content types, #3061
- Fix: OpenApiBodyParameterAttribute is ignored in WebApi projects, #3068
- Add DayJS and Luxon support in NJsonSchema
- Fix in NJsonSchema: Removed special $ref handling, RicoSuter/NJsonSchema@1ae0fdd
- NJS TS: Improve createInstance performance when handling $refs, RicoSuter/NJsonSchema#1236
- NJS: Adds support for custom schema extension data attributes, RicoSuter/NJsonSchema#1254