Sourced from axios-mock-adapter's releases.
v2.1.0
- Migrate to modern js ctimmerm/axios-mock-adapter#393
- ♻️ Migrate internal handler to an object
- ♻️ Migrate to ES2022
- ♻️ Migrate to Class
- ♻️ Migrate to async/await
- 🎁 Migrate handlers and history to a flat array. That way one only needs to check the history array to see all requests. The verbs on the array are still exposed, so there's no downside.
- 🎁 Add MockResponse types
64d25b3
2.1.0533d3d9
chore: Upgrade axios, as there was a security issue, they fixed the url
behaviorc958a54
Migrate to classcf3d881
Add MockResponse types47db995
Migrate handle_request.js to async/awaitc1b4a0f
Upgrade eslint and rewrite to modern js6acbf99
Migrate handlers and history to a flat array1291950
Migrate handler to an object2554141
Use AxiosMockAdapter throughout README