Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 835 Bytes

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 835 Bytes

Change Log

v2.1.0 (2020/06/06)

  • New: Support for sync request-logs
  • Fix: Append request path when redirecting to non root relative path

v2.0.0 (2020/04/06)

  • Change: Drop support for Node 4 and 6

v1.2.3 (2020/03/22)

  • Fix: Do not append original request querystring on redirect

v1.2.2 (2020/03/01)

  • Fix: Support for request-multipart middleware

v1.2.1 (2019/08/28)

  • Fix: The proxy option to set host header

v1.2.0 (2019/01/22)

  • New: Added proxy option

v1.1.1 (2019/01/04)

  • Fix: The extend method to always return a compose copy

v1.1.0 (2018/12/14)

  • Change: The buffer composition now decodes gzipped bodies

v1.0.0 (2018/09/21)

  • Public API Freeze

v0.0.19 (2018/07/10)

  • Last development release

v0.0.1 (2018/01/30)

  • Initial release