swagger2openapi
Advanced tools
Changelog
swagger2openapi v6.1.0 and oas-resolver v2.4.0
New properties on the options
object:
fetch
- to override the built-in fetch
functionfetchOptions
- additional options to be passed to the fetch
functionChangelog
swagger2openapi v6.0.0 and oas-validator v4.0.0
--anchors
option or set options.anchors
to true
.validateSync
has now been renamed validateInner
as it (still) returns a Promise or calls a given callback.