Skip to content
Ben Marvell edited this page Dec 16, 2013 · 7 revisions

3.1.1

  • Allow the callback to error in json parse

3.1.0

  • Support for timeouts (using options.timeout)
  • Migrated to iconv-lite this should make installing on windows painless
  • Added HTTP Code 307 (Temp redirect) to list of redirect codes

3.0.0

  • Now using node-querystring instead of node core qs to support nesting
  • Fixed redirect handling for HTTP status code 303
  • Changed EventEmitter inherits to Node0.10 style
  • Added support for auth without password
  • Updates to tests and documentation
  • Now using the latest dependencies
  • Supports version 0.10.x >

2.0.0

  • Fixes to how errors were omitted
  • Supports 0.6.x >

0.2.2

  • now requires 'util' over 'sys'
  • fixed issue 47 "Uncaught, unspecified 'error' event" when there is no error handler available
  • updated to check for 303 response code as well as 301 and 302
  • Content-Length header considers multi-byte strings
  • fixed file upload fail if more than one POST finishes at the same time