Releases: bmealhouse/axios-record-replay-adapter
Releases · bmealhouse/axios-record-replay-adapter
v1.1.1
v1.1.0
Added
- Package as web module
Changed
- Upgrade dependencies
v1.0.1
Fixed
- Support
baseURLindefaultBuildRequest
v1.0.0
Changed
- Recording filenames default to the hash only
- Returning
pathfrombuildRequest()is not required
Added
- Add
buildFilenamePrefix()to axios-record-replay-adapter options
v0.2.1
Fixed
- Truncate the generated filepath to not exceed 255 characters
v0.2.0
Added
- Add debug option
- Add additional test coverage
Changed
- Don't throw CI error for this repository
- Renamed
createRequest()tobuildRequest() - Renamed
createResponse()tobuildResponse() - Cleanup docs
v0.1.1
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
- Initial release