File perl-Test-WWW-Mechanize.changes of Package perl-Test-WWW-Mechanize
-------------------------------------------------------------------
Tue Dec 6 03:07:39 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.60
see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
1.60 Sun Dec 4 10:18:28 PM CST 2022
------------------------------------
[ENHANCMENTS]
Added default test messages for button_exists_ok and lacks_button_ok
methods. Thanks, Daniel Böhmer (GH#70)
get_ok(), post_ok(), head_ok(), put_ok() and delete_ok() now all fail
if an undef URL is passed, rather than passing the undef URL into the
underlying LWP functions. Thanks, Jess Robinson. (GH #40)
[FIXES]
Disable proxies in some of the tests that look at a local test server.
(GH#55, GH#74)
[DOCUMENTATION]
Clarified some wording. Thanks, Daniel Böhmer (GH#70)
-------------------------------------------------------------------
Sat Apr 30 03:08:05 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.58
see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
1.58 Fri Apr 29 11:23:39 CDT 2022
------------------------------------
[ENHANCEMENTS]
Failed get_ok, post_ok, head_ok, put_ok, delete_ok calls now show the URL
as a diagnostic if there's a problem accessing the URL. This apply to
functions like submit_form_ok() and follow_link_ok() that are wrappers
around these methods.
1.56 Tue Apr 26 22:14:12 CDT 2022
------------------------------------
This version of Test::WWW::Mechanize requires Perl 5.10.
[ENHANCEMENTS]
Add check_all_images_ok(). (GH #17) Thanks, Julien Fiegehenn.
This is the first version of this function, and its functionality may
change in the near future.
[DOCUMENTATION]
Fixed some incorrect docs. Thanks, Daniel Böhmer.
[INTERNALS]
Require Perl 5.10.
Explicitly requires HTTP::Message 6.29 or higher.
-------------------------------------------------------------------
Fri Dec 11 03:08:55 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.54
see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
1.54 Tue Dec 8 23:25:06 CST 2020
------------------------------------
[ENHANCEMENTS]
Use ok() instead of cmp_ok() inside of lacks_uncapped_inputs().
This output makes more sense.
lacks_uncapped_inputs() now has a a default message if one isn't supplied.
[FIXES]
Fixed the subtest name inside of C<lacks_ids_ok>.
Fixed the minimum version of Carp::Assert::More in Makefile.PL.
-------------------------------------------------------------------
Thu Dec 6 16:26:44 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 1.52
see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
1.52 Wed Dec 5 10:00:56 CST 2018
------------------------------------
[ENHANCEMENTS]
click_ok() method can now take a button with X/Y coordinates.
Thanks to GitHub user @marderh. (GH #45)
Added the ability to modify the HTML that the html_tidy_ok() validates.
See the content_for_validation() method. (GH #61)
Add a set of methods for existence of IDs: id_exists(), id_exists_ok(),
ids_exist_ok(), lacks_id_ok() and lacks_ids_ok(). (GH #48)
Add button_exists(), button_exists_ok() and lacks_button_ok()
methods. (GH #50)
[FIXES]
Clarified warnings to make it clear that certain modules are
optional. Thanks, Matthew Chae.
-------------------------------------------------------------------
Tue Apr 17 06:00:00 UTC 2018 - coolo@suse.com
- updated to 1.50
see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
-------------------------------------------------------------------
Fri Dec 30 07:24:17 UTC 2016 - coolo@suse.com
- updated to 1.48
see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
1.48 Thu Dec 29 22:45:29 CST 2016
------------------------------------
[FIXES]
The linting method html_lint_ok() was not calling the HTML::Lint API
correctly, so may have missed some HTML errors at the end of a page.
This also applies to get, post, etc if you have the autolint argument on.
-------------------------------------------------------------------
Mon Aug 1 06:01:30 UTC 2016 - coolo@suse.com
- updated to 1.46
see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
-------------------------------------------------------------------
Tue Jun 4 15:15:46 UTC 2013 - coolo@suse.com
- updated to 1.44
If you want to use the autolint functionality, you'll have to have
HTML::Lint 2.20.
[FIXES]
Custom lint objects don't get reset before they get used, making
autolint with a custom lint object practically useless.
https://github.com/petdance/test-www-mechanize/issues/25
[ENHANCEMENTS]
Added a $mech->autolint() method so you can turn autolinting on and off
in mid-program. Thanks, Mike O'Regan.
New functions $mech->scrape_text_by_id() and $mech->scrape_text_by_attr()
let you extract text from your pages. Convenience function
$mech->scraped_id_is() makes it easy to scrape and compare in one
function.
<h1 id="pagetitle">My Awesome Page!</h1>
# Verify that HTML is there with:
$mech->scraped_id_is( 'pagetitle', 'My Awesome Page!' );
[FIXES]
$mech->has_tag() now handles nested tags more sensibly. This fixes
Google Code ticket #1.
[INTERNALS]
Explicitly requires Test::Simple 0.94 or higher.
Brought over t/TestServer.pm from WWW::Mechanize which fixes a number
-------------------------------------------------------------------
Fri Feb 10 12:23:14 UTC 2012 - coolo@suse.com
- initial package 1.38
* created by cpanspec 1.78.03