1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
httparty/History.txt

37 lines
1.1 KiB
Text
Raw Normal View History

== 0.1.6 2008-11-26
* 1 major enhancement
* now passing :query to set_form_data if post request to avoid content length errors
2008-11-14 14:06:55 -05:00
== 0.1.5 2008-11-14
* 2 major enhancements
2008-11-14 14:06:55 -05:00
* Refactored send request method out into its own object.
* Added :html format if you just want to do that.
2008-11-14 14:06:55 -05:00
== 0.1.4 2008-11-08
2008-11-14 14:06:55 -05:00
* 3 major enhancements:
* Removed some cruft
2008-11-08 11:30:26 -05:00
* 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
2008-07-31 00:24:29 -04:00
* 2 major enhancement:
* Added :basic_auth key for options when making a request
2008-07-31 00:24:29 -04:00
* :query and :body both now work with query string or hash
2008-07-28 17:01:51 -04:00
== 0.1.0 2008-07-27
2008-07-27 11:52:18 -04:00
* 1 major enhancement:
* Initial release