Skip to content

Tags: vitorsalgado/nock

Tags

v9.1.4

Toggle v9.1.4's commit message
fix: URLs Ending with Comma Cause "No match for HTTP request" Error (n…

…ock#1018)

v9.1.3

Toggle v9.1.3's commit message
fix: set protocol correctly (nock#1027)

fixes nock#976

v9.1.2

Toggle v9.1.2's commit message
fix: Encoding query parameters when recording to string. (nock#1015)

v9.1.1

Toggle v9.1.1's commit message
fix(lib): [match_body] stringify object by qs package

v9.1.0

Toggle v9.1.0's commit message
feat: stop persisting a persistent nock.

Fixes nock#438.

v9.0.28

Toggle v9.0.28's commit message
fix: intercept ClientRequest.flushHeaders() (nock#1016)

v9.0.27

Toggle v9.0.27's commit message
fix: support for regex with query params (nock#1010)

v9.0.26

Toggle v9.0.26's commit message
fix: correctly parse request without specified path (nock#1011)

fixes nock#1003

v9.0.25

Toggle v9.0.25's commit message
fix: re-add support for matching body to query string regex (nock#1006)

v9.0.24

Toggle v9.0.24's commit message
fix: stripping of new lines when using a matcher function for the body (

nock#932)