Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 680 Bytes

CHANGELOG.md

File metadata and controls

23 lines (13 loc) · 680 Bytes

Changelog

4.0.1

  • [0a484a9] Fix issue with connectTimeout and add test for it.

4.0.0

  • [2c47f13] Add support for socketTimeout & connectTimeout Drop support for node < 6

3.1.0

  • [2ef29d7] Output failed url when using opts.uri
  • [742c99d] Update dependencies: bluebird@3.4.6, request@2.75.0, jshint@2.9.3, nock@8.1.0, release-it@2.4.3, mocha@3.1.2, should@11.1.1, streamify@0.2.6, istanbul@0.4.5

3.0.0

  • Now uses bluebird@3.x which may contain breaking changes.
  • remove npm shrinkwrap

2.0.0

  • .body was Removed from ResponseError, .response was added.