1
0
Files
perl-WWW-Mechanize/perl-WWW-Mechanize.changes

62 lines
2.0 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sun Sep 12 21:58:01 UTC 2010 - jw@novell.com
- update to 1.66
* New $mech->text method returns the text from your HTML page. The exact
rendering of this text is simply removing all the HTML tags, but this will
change. It's pretty ugly. If anyone wants to work on a better-looking text
dump, I'd love to see it.
* Added mech-dump --text.
* Improvements to the docs explaining explicitly about the subclassed
methods we inherit from LWP::UserAgent.
-------------------------------------------------------------------
Fri Jul 2 09:33:24 UTC 2010 - jw@novell.com
- update to 0.64,
Parsing of forms has been delayed until they're actually needed.
If don't use forms on a page, you'll no longer waste time and memory
parsing them.
$mech->title now caches the title of the page after parsing the
page to find it.
mech-dump now takes a --cookie-file parameter for keeping cookies
between calls.
$mech->form_name() and $mech->form_number() no longer throw warnings
if they can't find the form specified. They still return undef,
though.
More additions to the FAQ.
-------------------------------------------------------------------
Thu Oct 29 20:06:25 CET 2009 - jw@suse.de
- updated to 0.60
-------------------------------------------------------------------
Fri Dec 19 2008 - Stephan Kulow <coolo@suse.de>
- 1.52
-------------------------------------------------------------------
Wed Jun 21 2006 - James Oakley <jfunk@funktronics.ca>
- 1.18-1
- Update
-------------------------------------------------------------------
Fri Nov 11 2005 - James Oakley <jfunk@funktronics.ca>
- 1.16-ft.1
- Update
- Build for SL10
-------------------------------------------------------------------
Thu May 12 2005 - James Oakley <jfunk@funktronics.ca>
- 1.12-ft.1
- Update
- Build for SL93
-------------------------------------------------------------------
Fri Nov 19 2004 - James Oakley <jfunk@funktronics.ca>
- 1.04-ft.1
- Initial release