Revision history for perl module Browsermob::Proxy

0.12 2015-02-19
 - Convince cmp_request_params to take a custom user sub for comparison
 - Add utility functions required for parameter: :parameter cmp
 - Bug fix for using `keys` on a ref instead of a hash

0.10 2015-02-17
 - Return missing params when cmp_request_params is called in list
   context

0.09 2015-02-15
 - Add package for comparing request parameters
 - Poorly clean up warnings during destruction. This is still broken,
   though :(

0.08 2014-07-25
 - Clean up various documentation points
 - Add convenience fn for generating firefox preferences for proxy

0.05 2014-05-24
 - Implement basic auth endpoint

0.04 2014-04-21
 - selenium_proxy method automatically invokes new_har unless passed a
   truthy value

0.03 2014-04-11
 - Added selenium_proxy method to pass to Selenium::Remote::Driver

0.02 2014-04-09
 - `har` method now returns a json of the HAR instead of a
   ::Spore::Response

0.01 2014-04-03
 - Initial commit