Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 517 Bytes

CHANGELOG.md

File metadata and controls

29 lines (15 loc) · 517 Bytes

Change Log

1.0.1 - 2016-01-29

Changed

  • Set the correct header for the Content-Length when in chunked mode.

1.0.0 - 2016-01-28

Added

  • New Header plugins (see the documentation)
  • New AddHost plugin (add or replace a host in a request)

Changed

  • Using array options for DecoderPlugin, RedirectPlugin and RetryPlugin

Fixed

  • Decoder plugin no longer sends accept header for encodings that require gzip if gzip is not available

0.1.0 - 2016-01-13

Added

  • Initial release