Releases: ctimmerm/axios-mock-adapter
Releases · ctimmerm/axios-mock-adapter
v1.10.0
- export default class for use in typescript. (#78) (2c2344f)
- Check params if they exist (#77) (f24dd6f)
- TypeScript definitions (#76) (6523305)
- Validate handlers using request headers (#70) (74456c2)
- Fix to allow mocking arraybuffer responses (#66) (817ccd0)
v1.9.0
- Return deep clone of mock data in response (2fa2374)
- Mock network failure and timeout responses (b7bbf35)
v1.8.1
- Don't require params if the handler lists no params (08ea410)
v1.8.0
- Add ability to match get request params (6b4d877)
- Ignore leading slash when matching url and handler url (bdc1319)
- Pass originalAdapter to axios in case of passThrough (4be7b15)
v1.7.1
- Allow using an aboslute URL when a baseURL is set (32bb766)
v1.6.1
- Don't include axios in umd build (17679ea)
- Use much smaller library for deep equality checking (70c780e)
v1.6.0
Add support for axios v0.13