Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 20:26
4fab8ca

Major Changes

  • #70 bc9a50f Thanks @christoph-fricke! - Updated MSW peer dependency from v2.0.0 to v2.7.0. This is only a breaking change if you are not already using the latest version of MSW.

  • #70 bc9a50f Thanks @christoph-fricke! - Renamed HttpHandlerFactory type to OpenApiHttpRequestHandler. This rename aligns its name with MSW's equivalent HttpRequestHandler type.

Minor Changes

  • #68 33088be Thanks @christoph-fricke! - Removed dependency on openapi-typescript-helpers. We were depending on an older version without being able to easily update. With this refactoring, your projects should no longer resolve to multiple versions of openapi-typescript-helpers.