v0.5.0
Breaking changes
- Internal: Changes the handling of the original (unpatched)
http.ClientRequest
class by moving it reference out of theClientRequestOverride
class and restoring it as a part of each individual request handling (#50).
Bug fixes
- Fixes an issue that resulted into "The superCtor argument must be of type function" error during request interception (#49).