Mechanize v0.5.0 Release Notes

    • โž• Added pluggable parsers. (Thanks to Eric Kolve for the idea)
    • ๐Ÿ”„ Changed namespace so all classes are under WWW::Mechanize.
    • โšก๏ธ Updating Forms so that fields can be used as accessors (Thanks Gregory Brown)
    • โž• Added WWW::Mechanize::File as default object used for unknown content types.
    • โž• Added 'save_as' method to Mechanize::File, so any page can be saved.
    • โž• Adding 'save_as' and 'load' to CookieJar so that cookies can be saved between sessions.
    • โž• Added WWW::Mechanize::FileSaver pluggable parser to automatically save files.
    • โž• Added WWW::Mechanize::Page#title for page titles
    • โž• Added OpenSSL certificate support (Thanks Mike Dalessio)
    • โœ‚ Removed support for body filters in favor of pluggable parsers.
    • ๐Ÿ›  Fixed cookie bug adding a '/' when the url is missing one (Thanks Nick Dainty)