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! - RenamedHttpHandlerFactory
type toOpenApiHttpRequestHandler
. This rename aligns its name with MSW's equivalentHttpRequestHandler
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.