- v5.2.0
- scope now exposes interceptors
- v5.1.0
- abort behaves. somehow addresses #439
- v5.0.0
- Merge branch 'xavierchow-master'
- browserify bundle update
- Merge branch 'master' of git://github.com/xavierchow/nock into xavierchow-master
- Upgrade to lodash 3.0, fix #423
- v4.1.0
- [docs] some readme clarifications on hostname and path matching
- Merge branch 'feature/match-url-using-callback' of git://github.com/hyzhak/nock into hyzhak-feature/match-url-using-callback
- Merge branch 'yinrong-master'
- browserify bundle updated
- [feature] allow matching body with RegExp
- changelog update
- changelog updated
- v4.0.0
- browserify bundle updated
- Merge branch 'master' of git://github.com/ericsaboia/nock
- [feature] allow specifying path using regex
- [doc] clarified error-first callback behavior
- updated browserify bundle
- clarifying that replyWithError will emit an error on the request object, not the response
- Merge branch 'ericsaboia-master'
- Merge branch 'master' of git://github.com/ericsaboia/nock into ericsaboia-master
- fix typo
- match uri using callback
- add ability to match domain using regex
- updated changelog
- v3.6.0
- Merge pull request #430 from jeffomatic/fix-request-again Update #158 fix for request module and strict SSL
- Update #158 fix for request module and strict SSL Commit 48e8be5 added a compatibility fix for users of the request NPM module and strict SSL cert checking. The request module has since been updated (see request/request#1615 for more details), and a corresponding change should be made in nock to ensure compatibility.
- v3.5.0
- Merge branch 'aronwoost-multipart-fix'
- Merge branch 'multipart-fix' of git://github.com/aronwoost/nock into aronwoost-multipart-fix
- v3.4.1
- removing empty query string parts before matching. Should fix #426
- testing empty query string match
- removing broken test
- Fix matchBody for multipart requests
- Fix matchBody throwing when headers come as array (node-fetch style)
- v3.4.0
- added instructions on how to generate the changelog in the README
- removed changelog dependency
- changelog
- v3.3.2
- stringify safe. should fix #420
- changelog
- v3.3.1
- browserify bundle update
- Merge branch 'dukedorje-master'
- The underscore wrapped version reads better, only it doesn't work.
- encodeURIComponent -> percentEncode
- changelog
- v3.3.0
- query string encode correctluy encodes parens. fixes #416
- v3.2.0
- updated browserify bundle
- Merge branch 'aromatt-master'
- New option 'encodedQueryParams'; fixes #413.
When enabled, prevents calling of
encodeURIComponent
on query param keys and values. Additionally, this option is automatically set for scopes generated by the record feature, which is correct because query params are already encoded by the time they are added to these scopes. - updated changelog
- v3.1.1
- [fix] delay now works with replyWithError. Fixes #411
- generated change log
- changelog script. fixes #287
- added node v5 to be tested in travis
- added node v0.10 to travis tests
- reinstated recorder tests (related to #404)
- Merge branch 'ierceg-fix-issue-404'
- Fix #404 replace bad POST with GET requests
- v3.1.0
- taking out the tests that dont run in node v0.10
- updated browserify bundle
- fixed nock hanging on node v0.10. fixes #402
- removed recorder from coverage tests
- [fix] updated debug version (see #403)
- [fix] fixed recorder test because of failing domain.com url
- removed recorder tests for now. (see #404)
- using latest superagent
- browserify bundle update
- query(true) matches no query string
- Merge branch 'master' of github.com:pgte/nock
- v2.18.2
- browserify bundle
- no presumption we have fs because of browserify. another attempt at trying to fix #150
- v2.18.1
- no presumption we have fs because of browserify. trying to fix #150
- Merge pull request #395 from ryanmurakami/master Adding example for debug environment variable
- [doc] clarifying net connect behaviour, fixes #401
- net connect examples
- v2.18.0
- v2.18.0-alpha.2
- more generic treatment for arrays
- isomorphic fetch
- examples for several types of delay and timeout
- v2.18.0-alpha.1
- Merge pull request #397 from pgte/browserify Browserify support - alpha