Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

57 lines (45 loc) · 1.35 KB

v0.6.0

Feb. 26, 2021

  • Drop support for Node versions prior to v12.
  • Update dependencies.

v0.5.1

May. 20, 2020

  • Fix critical issue in http2 adapter.

v0.5.0

May. 20, 2020

  • Return reqHeaders object in the response for both http1 and http2 adapters.

v0.4.0

Jan. 5, 2020

  • Add support for HTTP/2.
  • Drop support for node v8.
  • Update packages to the latest versions.
  • Refactor codebase, rewrite tests.

v0.3.2

Nov. 2, 2019

  • Remember response redirects history.
  • Remove content-* headers on redirect.

v0.3.1

Nov. 2, 2019

  • Rename response status to statusCode.

v0.3.0

Nov. 2, 2019

  • Add support for redirects following.
  • Don't throw error when responseType is json and response.data can't be parsed.

v0.2.2

Sep. 17, 2019

  • Add Type Definitions.

v0.2.1

Sep. 17, 2019

  • Fix bug in extending nsend by method aliases.

v0.2.0

Sep. 17, 2019

  • Add http-method aliases.

v0.1.2

Sep. 16, 2019

  • Fix bug in transport determination.

v0.1.1

Sep. 16, 2019

  • Replace finally to then.catch calls to support node v8.

v0.1.0

Sep. 15, 2019

  • Release the first version.