Revision history for WWW::Scripter::Plugin::JavaScript 0.002c 27 August, 2009 JE back end (0.003): • This release simply fixes a test to check for JE 0.035 instead of JE 0.034 before deciding not to skip a test. (The version has been changed as the module’s docs have changed.) 0.002b 25 August, 2009 JE back end: • It now turns on JE’s HTML mode (to support HTML comments embedded in JavaScript). Version 0.034 of JE is required for this feature to work. 0.002a 16 August, 2009 HTML::DOM 0.027 and WWW::Scripter 0.004 are now required. A bug fix in JE 0.033 causes the tests to trigger bugs in previ- ous versions of those two modules. 0.002 15 August, 2009 The JavaScript plugin: • Fixed the init callback interface to match the docs (it gets passed the WWW::Scripter object, not the plugin). • Fixed a bug introduced in 0.001 (the switch to WWW::Scripter) that caused the same JavaScript environ- ment to be used for all pages 0.001 5 April, 2009 First version. Just a renamed and tweaked version of the Mech- anize JavaScript plugin (see below). Revision history for WWW::Mechanize::Plugin::JavaScript and ::DOM 0.009c 11 March, 2009 The DOM plugin (0.013): • parent has been added to %WWW::Mechanize::Plugin::DOM::Window::Interface (RT #43582 again). 0.009b 11 March, 2009 An upload mistake. Please ignore. 0.009a 5 March, 2009 The DOM plugin (0.012): • window->top now actually returns the top window, rather than the parent. • window->parent has been added (RT #43582 again). 0.009 27 February, 2009 The DOM plugin (0.011): • Just doc fixes: The frame features are listed in ::Window, and a previously fixed bug has been deleted from the list. The JavaScript plugin: •  is supported in external JS libraries (RT #43582) and in javascript: URLs. • Trailing --> no longer requires // (RT #43582). • Line numbers are now correct after a