Posted By: Aaron Patterson
Date: 2006-05-22 08:06
Summary: WWW::Mechanize 0.4.5
Project: Mechanize
Mechanize version 0.4.5 is now available!
= Mechanize Release Notes
== 0.4.5
This release comes with a new filtering system. You can now manipulate the
response body before mechanize parses it. This can be useful if you know that
the HTML you need to parse is broken, or if you want to speed up the parsing.
This filter can be done on a global basis, or on a per page basis. Check out
the new examples in the EXAMPLES file for usage.
This release is also starting to phase out the misspelled method
WWW::Mechanize#basic_authetication. If you are using that method, please
switch to WWW::Mechanize#basic_auth.
The 0.4.5 release has many bug fixes, most noteably better cookie parsing and
better form support.
== Changes in 0.4.5
* Added support for multiple values of the same name
* Updated build_query_string to take an array of arrays (Thanks Michal Janeczek)
* Added WWW::Mechanize#body_filter= so that response bodies can be preprocessed
* Added WWW::Page#body_filter= so that response bodies can be preprocessed
* Added support for more date formats in the cookie parser
* Fixed a bug with empty select lists
* Fixing a problem with cookies not handling no spaces after semicolons |
|