Skip to content

Tags: rdbasu/nock

Tags

v9.3.0

Toggle v9.3.0's commit message
feat: support URL objects

`url.URL` was added in Node 7 and functions like `http.get()`,
`http.request()` accept URL objects as well as strings as their first
argument. Add support for that to nock.

v9.2.6

Toggle v9.2.6's commit message
fix: match HTTP headers with case insensitivity (nock#1122)

v9.2.5

Toggle v9.2.5's commit message
fix: remove arrow functions to restore Node<4 compatibility (nock#1114)

v9.2.4

Toggle v9.2.4's commit message
fix: url encoded body matches non-string values (nock#1110)

v9.2.3

Toggle v9.2.3's commit message
fix: PhantomJS 2 usage (nock#1075)

v9.2.2

Toggle v9.2.2's commit message
fix: Allow allowUnmocked = true and regexp paths to work (nock#1034)

v9.2.1

Toggle v9.2.1's commit message
build(package): -restify, +restify-clients

v9.2.0

Toggle v9.2.0's commit message
feat: support replay of recorded binary responses

v9.1.10

Toggle v9.1.10's commit message
fix: request timeout (nock#859)

v9.1.9

Toggle v9.1.9's commit message
fix: allowing dot notation parsing for x-www-form-urlencoded posts (n…

…ock#1063)