Releases: mashabow/mswpida
Releases · mashabow/mswpida
v2.0.0
Major Changes
- #38
f6e6da9
Thanks @mashabow! - Now supports MSW v2 with aligned APIs, and has discontinued support for MSW v1.
v1.0.1
Patch Changes
- #34
13dae75
Thanks @mashabow! - Infer req.body
as undefined
for no request body APIs, rather than as unknown
v1.0.0
Major Changes
- #32
f35a123
Thanks @mashabow! - First major release. No breaking changes from the previous version.
v0.2.0
Minor Changes
- #27
9eea7e4
Thanks @mashabow! - Now you can specify an alternative response body type with a type parameter, e.g. .get<T>()