v0.6.0
Minor Changes
-
#50
37da681
Thanks @christoph-fricke! - Added compilation and exports for CommonJS modules. This makes OpenAPI-MSW usable in projects that still use CommonJS as their module system. -
#52
88ca9da
Thanks @christoph-fricke! - Added enhanced typing for therequest
object. Now,request.json()
andrequest.text()
infer their return type from the given OpenAPI request-body content schema. Previously, onlyrequest.json()
has been inferred without considering the content-type.