Mechanize v2.7.6 Release Notes

Release Date: 2018-06-02 // almost 6 years ago
    • ๐Ÿ†• New Features

      • Mechanize#set_proxy accepts an HTTP URL/URI. (#513)
    • ๐Ÿ› Bug fix

      • Fix element(s)_with(search: selector) methods not working for forms, form fields and frames. (#444)
      • Improve the filename parser for the Content-Disposition header. (#496, #517)
      • Accept Content-Encoding: identity. (#515)
      • Mechanize::Page#title no longer picks a title in an embeded SVG/RDF element. (#503)
      • Make Mechanize::Form#has_field? boolean. (#501)