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 (8 years ago) by root
Branch: MAIN
CVS Tags: rel-0_2
Changes since 1.7: +4 -1 lines
Log Message:
0.2

File Contents

# User Rev Content
1 root 1.1 Revision history for AnyEvent::WebDriver
2    
3 root 1.8 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 root 1.7 - the webdriver rec has actually been published by now.
8 root 1.6
9 root 1.5 0.1 Wed Aug 29 01:31:22 CEST 2018
10 root 1.2 - implement request timeout, document future plans
11     for timeouts.
12 root 1.3 - documentation fixes.
13 root 1.5 - 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 root 1.2
17 root 1.1 0 Wed Aug 29 00:55:44 CEST 2018
18     - original version, mostly from scratch.