History.txt in jnunemaker-httparty-0.1.1 vs History.txt in jnunemaker-httparty-0.1.4

- old
+ new

@@ -1,4 +1,21 @@ +== 0.1.4 2008-11-08 +* 2 major enhancements: + * Removed some cruft + * Added ability to follow redirects automatically and turn that off (Alex Vollmer) + +== 0.1.3 2008-08-22 + +* 3 major enhancements: + * Added http_proxy key for setting proxy server and port (francxk@gmail.com) + * Now raises exception when http error occurs (francxk@gmail.com) + * Changed auto format detection from file extension to response content type (Jay Pignata) + +== 0.1.2 2008-08-09 + +* 1 major enhancement: + * default_params were not being appended to query string if option[:query] was blank + == 0.1.1 2008-07-30 * 2 major enhancement: * Added :basic_auth key for options when making a request * :query and :body both now work with query string or hash