All Versions
81
Latest Version
Avg Release Cycle
62 days
Latest Release
-

Changelog History
Page 8

  • v0.2.1 Changes

    December 08, 2008
    • 1 bug fix
      • Fixed that HTTParty was borking ActiveSupport and as such Rails (thanks to Rob Sanheim)
  • v0.2.0 Changes

    December 07, 2008
    • 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.
  • v0.1.8 Changes

    November 30, 2008
    • 3 major enhancements
      • Moved base_uri normalization into request class and out of httparty module, fixing the problem where base_uri was not always being normalized.
      • Stupid simple support for HTTParty.get/post/put/delete. (jqr)
      • Switched gem management to Echoe from newgem.
  • v0.1.7 Changes

    November 30, 2008
    • 1 major enhancement
      • fixed multiple class definitions overriding each others options
  • v0.1.6 Changes

    November 26, 2008
    • 1 major enhancement
      • now passing :query to set_form_data if post request to avoid content length errors
  • v0.1.5 Changes

    November 14, 2008
    • 2 major enhancements
      • Refactored send request method out into its own object.
      • Added :html format if you just want to do that.
  • v0.1.4 Changes

    November 08, 2008
    • 3 major enhancements:
      • Removed some cruft
      • Added ability to follow redirects automatically and turn that off (Alex Vollmer)
  • v0.1.3 Changes

    August 22, 2008
    • 3 major enhancements:
      • Added http_proxy key for setting proxy server and port ([email protected])
      • Now raises exception when http error occurs ([email protected])
      • Changed auto format detection from file extension to response content type (Jay Pignata)
  • v0.1.2 Changes

    August 09, 2008
    • 1 major enhancement:
      • default_params were not being appended to query string if option[:query] was blank
  • v0.1.1 Changes

    July 30, 2008
    • 2 major enhancement:
      • Added :basic_auth key for options when making a request
      • :query and :body both now work with query string or hash