Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 19:02
· 19 commits to main since this release
f11bf30

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 the request object. Now, request.json() and request.text() infer their return type from the given OpenAPI request-body content schema. Previously, only request.json() has been inferred without considering the content-type.