Skip to content

Commit b786f30

Browse files
committed
feat: release 0.3.0.6
1 parent 8350746 commit b786f30

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

REVISIONS.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
v0.3.0.6
3+
- Fixed (__WD_Get, __WD_Post, __WD_Delete): Correctly pass detected errors to calling routine
4+
- Changed (__WD_Get): Eliminated optional $iMode parameter
5+
16
v0.3.0.5
27
- Added: _WD_GetTable (danylarson / water)
38
- Fixed (_WD_FindElement): Enforce relative xpath when utilizing a starting element
@@ -95,14 +100,14 @@
95100
- Changed: Added backslash to list of characters to escape
96101
- Changed: Modified _WD_jQuerify with additional parameters for timeout / alternate jQuery source
97102

98-
v0.1.0.21
99-
- Fixed: 'maximize', 'minimize', 'fullscreen' options now work correctly in _WD_Window
100-
- Fixed: Prevent runtime error dialog from appearing when function call succeeded
103+
v0.1.0.21
104+
- Fixed: 'maximize', 'minimize', 'fullscreen' options now work correctly in _WD_Window
105+
- Fixed: Prevent runtime error dialog from appearing when function call succeeded
101106

102107
V0.1.0.20
103108
- Fixed: Escape string passed to _WD_ElementAction when setting element's value
104-
- Fixed: Return value from _WD_Window should be "" on error
105-
- Fixed: Current tab handling in _WD_Attach
109+
- Fixed: Return value from _WD_Window should be "" on error
110+
- Fixed: Current tab handling in _WD_Attach
106111

107112
V0.1.0.19
108113
- Added: _WD_ConsoleVisible
@@ -121,7 +126,7 @@
121126
- Changed: Rework coding of _WD_ElementAction
122127
- Fixed: Error handling in __WD_Get
123128
- Fixed: _WD_NewTab failed in some situations
124-
- Fixed: _WD_Window error handling
129+
- Fixed: _WD_Window error handling
125130
- Added: _WD_Screenshot
126131

127132
V0.1.0.16

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595

9696
#Region Global Constants
97-
Global Const $__WDVERSION = "0.3.0.5"
97+
Global Const $__WDVERSION = "0.3.0.6"
9898

9999
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
100100
Global Const $_WD_EmptyDict = "{}"

0 commit comments

Comments
 (0)