Skip to content

Releases: mashabow/mswpida

v2.0.0

30 Aug 17:16
5067124
Compare
Choose a tag to compare

Major Changes

  • #38 f6e6da9 Thanks @mashabow! - Now supports MSW v2 with aligned APIs, and has discontinued support for MSW v1.

v1.0.1

08 Nov 14:48
5217ac3
Compare
Choose a tag to compare

Patch Changes

  • #34 13dae75 Thanks @mashabow! - Infer req.body as undefined for no request body APIs, rather than as unknown

v1.0.0

07 Nov 16:44
4138356
Compare
Choose a tag to compare

Major Changes

  • #32 f35a123 Thanks @mashabow! - First major release. No breaking changes from the previous version.

v0.2.0

07 Nov 16:01
e221e7e
Compare
Choose a tag to compare

Minor Changes

  • #27 9eea7e4 Thanks @mashabow! - Now you can specify an alternative response body type with a type parameter, e.g. .get<T>()