Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 478 Bytes

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 478 Bytes

0.1.5

  • Add support for PATCH verb.

0.1.4

  • Made request.pipe() accessible for streaming

0.1.3

  • Allow requests to non-NTLM resources

0.1.1

  • Bugfix to allow type1 message auth

0.1.0

Initial release of the "continued" version with these features ...

  • don't assume the post body is an object and should be made into json
  • options.domain is in use by request. Use ntlm_domain instead
  • ability to set custom headers
  • ability to use http and not only https