Mechanize v0.7.7 Release Notes

    • ๐Ÿ†• New Features:

      • Page#form_with takes a +criteria+ hash.
      • Page#form is changed to Page#form_with
      • Mechanize#get takes custom http headers. Thanks Mike Dalessio!
      • Form#click_button submits a form defaulting to the current button.
      • Form#set_fields now takes a hash. Thanks Tobi!
      • Mechanize#redirection_limit= for setting the max number of redirects.
    • ๐Ÿ› Bug Fixes:

      • Added more examples. Thanks Robert Jackson.
      • #20480 Making sure the Host header is set.
      • #20672 Making sure cookies with weird semicolons work.
      • Fixed bug with percent signs in urls. http://d.hatena.ne.jp/kitamomonga/20080410/ruby_mechanize_percent_url_bug
      • #21132 Not checking for EOF errors on redirect
      • Fixed a weird gzipping error.
      • #21233 Smarter multipart boundry. Thanks Todd Willey!
      • #20097 Supporting meta tag cookies.