Skip to content

Releases: bmealhouse/axios-record-replay-adapter

v1.1.1

28 Mar 12:11

Choose a tag to compare

Fixed

  • Display missing recording message in CI and rethrow error

Changed

  • Replace jsonplaceholder with reqres
  • Minimal xo/prettier config
  • Upgrade dependencies
  • Misc updates

v1.1.0

28 Mar 12:09

Choose a tag to compare

Added

  • Package as web module

Changed

  • Upgrade dependencies

v1.0.1

09 Jan 12:30

Choose a tag to compare

Fixed

  • Support baseURL in defaultBuildRequest

v1.0.0

14 Dec 20:44

Choose a tag to compare

Changed

  • Recording filenames default to the hash only
  • Returning path from buildRequest() is not required

Added

  • Add buildFilenamePrefix() to axios-record-replay-adapter options

v0.2.1

12 Sep 11:28

Choose a tag to compare

Fixed

  • Truncate the generated filepath to not exceed 255 characters

v0.2.0

08 Aug 11:34

Choose a tag to compare

Added

  • Add debug option
  • Add additional test coverage

Changed

  • Don't throw CI error for this repository
  • Renamed createRequest() to buildRequest()
  • Renamed createResponse() to buildResponse()
  • Cleanup docs

v0.1.1

02 Aug 04:35

Choose a tag to compare

Added

  • Add npm script to release axios-record-replay-adapter

Changed

  • Return a function to restore the default axios adapter

Fixed

  • Fix mistake in documentation

v0.1.0

01 Aug 21:52

Choose a tag to compare

  • Initial release