ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/AnyEvent-WebDriver/Changes
Revision: 1.8
Committed: Wed Aug 29 02:17:51 2018 UTC (5 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-0_2
Changes since 1.7: +4 -1 lines
Log Message:
0.2

File Contents

# Content
1 Revision history for AnyEvent::WebDriver
2
3 0.2 Wed Aug 29 04:17:20 CEST 2018
4 - implement a helper API to make it easier to build action lists.
5 - drop the concept of element IDs and use the element object everywhere.
6 - minor fixes.
7 - the webdriver rec has actually been published by now.
8
9 0.1 Wed Aug 29 01:31:22 CEST 2018
10 - implement request timeout, document future plans
11 for timeouts.
12 - documentation fixes.
13 - JSON::XS wasn't marked as dependency.
14 - only call boolean_values if JSON::XS actually supports it.
15 - fix some "$wdf"'s that have snaked in.
16
17 0 Wed Aug 29 00:55:44 CEST 2018
18 - original version, mostly from scratch.