Skip to content

Tags: scavenger1320/nock

Tags

v10.0.1

Toggle v10.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request nock#1238 from nock/greenkeeper/debug-4.1.0

update debug to version 4.1.0

v10.0.0

Toggle v10.0.0's commit message
test: skip failing test (nock#1222)

v9.6.1

Toggle v9.6.1's commit message
docs: Add a section on becoming a Maintainer

This section should represent ways to help out as a contributor, and what we look for in maintainers. I tried to highlight the main things that community members can do to help out, and what the maintainers look for when we are thinking about having someone join the project. What do you think?

v9.6.0

Toggle v9.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request nock#1177 from timrogers/master

feat: Allow optionally() to be called with a value, specifying if the mock should be optional

v9.5.0

Toggle v9.5.0's commit message
test: new SSL certificates for local testing (nock#1181)

We use self-signed SSL certificates in our tests to check that
Nock works okay with HTTPS.

Unfortunately, these certificates expired on 2nd August 2018,
making tests fail.

This issues new ones, valid for 10 years from today (i.e.
until 31st July 2028) and adds to `tests/ssl/index.js` the
commands you need to run if you want to regenerate the needed
files.

v9.4.4

Toggle v9.4.4's commit message
fix(nock#1076): allowUnmocked: true + host regex (nock#1179)

v9.4.3

Toggle v9.4.3's commit message
fix(nock#1171): When matching the path by function, also check the HT…

…TP method.

v9.4.2

Toggle v9.4.2's commit message
fix: Replaced util._extend with Object.assign due to deprecated since…

… node v6.

v9.4.1

Toggle v9.4.1's commit message
docs: Add CONTRIBUTE, edit README, update LICENSE year (nock#1155)

v9.4.0

Toggle v9.4.0's commit message
feat: emit 'request' event with body as third parameter (nock#1062)