Releases: gr2m/node-http-recorder
Releases · gr2m/node-http-recorder
v3.0.0
3.0.0 (2025-04-09)
chore
- deps: update dependency tsd to ^0.32.0 (#65) (d27e6ff)
BREAKING CHANGES
- deps: drop support for Node < 20
v2.0.2
2.0.2 (2021-12-27)
Bug Fixes
- set name for
http.ClientRequest.prototype.onSocket
patch function (6f09125)
v2.0.1
2.0.1 (2021-12-23)
Bug Fixes
- types: improve types and descriptions (dab0504)
v2.0.0
2.0.0 (2021-12-23)
- rename
.enable()
to .start()
and .disable()
to .stop()
as it works better with a "recorder" (#27) (c44543f), closes #27
BREAKING CHANGES
httpRecorder.enable()
is now httpRecorder.start()
httpRecorder.disable()
is now httpRecorder.stop()
v1.1.7
1.1.7 (2021-12-23)
Bug Fixes
v1.1.6
1.1.6 (2021-12-23)
Bug Fixes
- .disable() does not revert other patches (#25) (f33d469)
v1.1.5
1.1.5 (2021-12-22)
Bug Fixes
- do not consume response when recording (#23) (1ffeedc)
v1.1.4
1.1.4 (2021-12-22)
Bug Fixes
- handle
request.write(data, callback)
(#21) (e5d95e1)
v1.1.3
1.1.3 (2021-12-22)
Bug Fixes
v1.1.2
1.1.2 (2021-12-22)
Bug Fixes
- request body with base64 encoding (#8) (d87f55e)