Skip to content

Releases: ctimmerm/axios-mock-adapter

v1.12.0

26 Aug 09:53
Compare
Choose a tag to compare

v1.11.0

26 Aug 09:49
Compare
Choose a tag to compare

v1.10.0

26 Aug 09:34
Compare
Choose a tag to compare
  • 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

26 Aug 09:22
Compare
Choose a tag to compare
  • Return deep clone of mock data in response (2fa2374)
  • Mock network failure and timeout responses (b7bbf35)

v1.8.1

10 Mar 21:56
Compare
Choose a tag to compare
  • Don't require params if the handler lists no params (08ea410)

v1.8.0

10 Mar 09:19
Compare
Choose a tag to compare
  • 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

24 Oct 18:26
Compare
Choose a tag to compare
  • Allow using an aboslute URL when a baseURL is set (32bb766)

v1.7.0

11 Oct 08:00
Compare
Choose a tag to compare

v1.6.1

23 Jul 16:41
Compare
Choose a tag to compare
  • Don't include axios in umd build (17679ea)
  • Use much smaller library for deep equality checking (70c780e)

v1.6.0

19 Jul 20:45
Compare
Choose a tag to compare

Add support for axios v0.13