Axios Mock Adapter Versions Save

Axios adapter that allows to easily mock requests

v1.22.0

8 months ago

v1.21.4

1 year ago
  • Fix type error (#368)
  • Test that the types are valid (#369)

v1.21.2

1 year ago
  • Use AxiosError constructor to create axios errors if available, this restores axios v0.27 compatibility (1d8373148413b63181ad7d98e64aac1d451292e9)

v1.21.1

1 year ago
  • Correctly include UMD builds in npm package

v1.21.0

1 year ago
  • Added support for LINK and UNLINK HTTP methods (a22ffe54d87c9081c14e9135c34dc63410b5693b)
  • Handle params and payloads on delete requests (d0e70817c9cc816efe440ff749c4bc22275ce667)
  • Vendor isBlob package to get rid of arrow function (e1700fdcb7e483a21cc1654c1031fe591db27eac)

v1.20.0

2 years ago
  • Expose originalAdapter in TypeScript types (e6b2d2f6315d4caae0a39992e696b28454811591)
  • Adopt the official behavior of validateStatus and always return an error instance on rejection (43e35b68cd5abdb7a39403a6f741036123f907f8)
  • Ensure that an instance is provided to mock (a326853900967b2f32fc0a873cc5a23d221d8a36)
  • Allow Blob responses (8dd3039ff12da83c153c816188a68aa89df44df9)

v1.19.0

3 years ago
  • Add toJSON method to axios errors (a14b283)
  • Create onNoMatch=throwException option (a52b450)
  • Support asymmetricMatch in TypeScript (1a22ea2)
  • Handle request with undefined url (78fe012)
  • Add onNoMatch: "throwException" to types (855c8a5)
  • fix responseURL case (95d2aeb)

v1.18.2

3 years ago
  • fix for IE11 (1691b9d)

v1.18.1

4 years ago
  • Don't run bundle size test in prepublish, which prevented unminified umd bundle to be included in the npm package (e047ae2)