0.60 20171127
+ Add method to "download" a file
This is in preparation for WWW::Mechanize::Chrome trying to download
a file
! Rework IPC to launch the server
The old method of a pipe-open was elegant but didn't really work out for
cleanly shutting down the process. The new approach uses the same way
we spawn and dissociate Chrome in WWW::Mechanize::Chrome.
. We are now more defensive about finding out whether CGI.pm can do
->multi_param or not
0.59 20170617
+ Add support for checking Javascript properties if Javascript runs on the
client
Currently, this only mirrors back the window.navigator.userAgent variable
0.58 20170518
! Remove support for Perl 5.6.x
The module uses a fancy way of opening a lexical filehandle which
doesn't work on Perl 5.6.x. Instead of trying to figure out how to make
5.6.x open() work with an undef lexial variable for a filehandle via
Travis CI, I simply declare this module incompatible with 5.6.x.
0.57 20170508
. Spun off from WWW::Mechanize::PhantomJS
(and WWW::Mechanize::Firefox, and WWW::Mechanize::Shell)