The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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)