All Versions
121
Latest Version
Avg Release Cycle
37 days
Latest Release
1326 days ago

Changelog History
Page 7

  • v0.19.1 Changes

    September 24, 2014
    • ๐Ÿ›  Fix basic auth issue when password is falsey value. (gjohnson)
  • v0.19.0 Changes

    September 24, 2014
    • โž• Add unset() to browser. (shesek)
    • Prefer XHR over ActiveX. (omeid)
    • ๐Ÿ“œ Catch parse errors. (jacwright)
    • โšก๏ธ Update qs dependency. (wercker)
    • โž• Add use() to node. (Financial-Times)
    • โž• Add response text to errors. (yields)
    • Don't send empty cookie headers. (undoZen)
    • ๐Ÿ“œ Don't parse empty response bodies. (DveMac)
    • ๐Ÿ‘‰ Use hostname when setting cookie host. (prasunsultania)
  • v0.18.2 Changes

    July 12, 2014
    • ๐Ÿ“œ Handle parser errors. (kof)
    • 0๏ธโƒฃ Ensure not to use default parsers when there is a user defined one. (kof)
  • v0.18.1 Changes

    July 05, 2014
    • โฌ†๏ธ Upgrade cookiejar dependency (juanpin)
    • ๐Ÿ‘Œ Support image mime types (nebulade)
    • ๐Ÿ‘‰ Make .agent chainable (kof)
    • โฌ†๏ธ Upgrade debug (TooTallNate)
    • ๐Ÿ›  Fix docs (aheckmann)
  • v0.18.0 Changes

    April 29, 2014
    • ๐Ÿ‘‰ Use "form-data" module for the multipart/form-data implementation. (TooTallNate)
    • โž• Add basic field() and attach() functions for HTML5 FormData. (TooTallNate)
    • ๐Ÿ—„ Deprecate part(). (TooTallNate)
    • 0๏ธโƒฃ Set default user-agent header. (bevacqua)
    • โž• Add unset() method for removing headers. (bevacqua)
    • โšก๏ธ Update cookiejar. (missinglink)
    • ๐Ÿ›  Fix response error formatting. (shesek)
  • v0.17.0 Changes

    March 06, 2014
    • supply uri malformed error to the callback (yields)
    • โž• add request event (yields)
    • ๐Ÿ‘ allow simple auth (yields)
    • โž• add request event (yields)
    • switch to component/reduce (visionmedia)
    • ๐Ÿ›  fix part content-disposition (mscdex)
    • โž• add browser testing via zuul (defunctzombie)
    • โž• adds request.use() (johntron)
  • v0.16.0 Changes

    January 07, 2014
    • โœ‚ remove support for 0.6 (superjoe30)
    • ๐Ÿ›  fix CORS withCredentials (wejendorp)
    • โž• add "test" script (superjoe30)
    • โž• add request .accept() method (nickl-)
    • โž• add xml to mime types mappings (nickl-)
    • ๐Ÿ›  fix parse body error on HEAD requests (gjohnson)
    • ๐Ÿ›  fix documentation typos (matteofigus)
    • ๐Ÿ›  fix content-type + charset (bengourley)
    • ๐Ÿ›  fix null values on query parameters (cristiandouce)
  • v0.15.7 Changes

    October 19, 2013
    • ๐Ÿ“Œ pin should.js to 1.3.0 due to breaking change in 2.0.x
    • ๐Ÿ›  fix browserify regression
  • v0.15.5 Changes

    October 09, 2013
    • โž• add browser field to support browserify
    • ๐Ÿ›  fix .field() value number support
  • v0.15.4 Changes

    July 09, 2013
    • node: add a Request#agent() function to set the http Agent to use