2008-12-08 21:19:48 -05:00
|
|
|
== 0.2.1 2008-12-08
|
|
|
|
* 1 bug fix
|
|
|
|
* Fixed that HTTParty was borking ActiveSupport and as such Rails (thanks to Rob Sanheim)
|
|
|
|
|
2008-12-07 00:02:51 -05:00
|
|
|
== 0.2.0 2008-12-07
|
|
|
|
* 1 major enhancement
|
|
|
|
* Removed ActiveSupport as a dependency. Now requires json gem for json deserialization and uses an included class to do the xml parsing.
|
|
|
|
|
2008-12-01 09:44:30 -05:00
|
|
|
== 0.1.8 2008-11-30
|
2008-12-05 17:24:01 -05:00
|
|
|
* 3 major enhancements
|
2008-12-01 09:44:30 -05:00
|
|
|
* Moved base_uri normalization into request class and out of httparty module, fixing
|
|
|
|
the problem where base_uri was not always being normalized.
|
2008-12-05 16:42:38 -05:00
|
|
|
* Stupid simple support for HTTParty.get/post/put/delete. (jqr)
|
2008-12-05 17:24:01 -05:00
|
|
|
* Switched gem management to Echoe from newgem.
|
2008-12-01 09:44:30 -05:00
|
|
|
|
2008-11-30 23:59:28 -05:00
|
|
|
== 0.1.7 2008-11-30
|
|
|
|
* 1 major enhancement
|
|
|
|
* fixed multiple class definitions overriding each others options
|
|
|
|
|
2008-11-26 01:26:32 -05:00
|
|
|
== 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
|
2008-11-14 14:08:45 -05:00
|
|
|
* 2 major enhancements
|
2008-11-14 14:06:55 -05:00
|
|
|
* Refactored send request method out into its own object.
|
2008-11-14 14:08:45 -05:00
|
|
|
* Added :html format if you just want to do that.
|
2008-11-14 14:06:55 -05:00
|
|
|
|
2008-11-08 11:01:44 -05:00
|
|
|
== 0.1.4 2008-11-08
|
2008-11-14 14:06:55 -05:00
|
|
|
* 3 major enhancements:
|
2008-11-08 11:01:44 -05:00
|
|
|
* Removed some cruft
|
2008-11-08 11:30:26 -05:00
|
|
|
* Added ability to follow redirects automatically and turn that off (Alex Vollmer)
|
2008-11-08 11:01:44 -05:00
|
|
|
|
2008-08-22 21:50:51 -04:00
|
|
|
== 0.1.3 2008-08-22
|
2008-08-18 15:48:54 -04:00
|
|
|
|
2008-08-22 21:50:51 -04:00
|
|
|
* 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)
|
2008-08-18 15:48:54 -04:00
|
|
|
|
2008-08-09 15:20:32 -04:00
|
|
|
== 0.1.2 2008-08-09
|
|
|
|
|
|
|
|
* 1 major enhancement:
|
|
|
|
* default_params were not being appended to query string if option[:query] was blank
|
|
|
|
|
2008-07-31 00:05:36 -04:00
|
|
|
== 0.1.1 2008-07-30
|
|
|
|
|
2008-07-31 00:24:29 -04:00
|
|
|
* 2 major enhancement:
|
2008-07-31 00:05:36 -04:00
|
|
|
* 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-31 00:05:36 -04:00
|
|
|
|
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
|