File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
Go to [ legend] ( #legend---types-of-changes ) for further information about the types of changes.
11
11
12
+ ## [ 1.3.0]
13
+
14
+ ### Changed
15
+
16
+ _ WD_GetTable - Add parameter for selection strategy. ` Script breaking change `
17
+
18
+ ### Project
19
+
20
+ - Improved Tidy support
21
+ - Fix Au3Check issues
22
+ - Standardize naming of internal functions
23
+
12
24
## [ 1.2.0] 2023-08-17
13
25
14
26
### Changed
@@ -1149,7 +1161,8 @@ _WD_CapabilitiesDisplay
1149
1161
- Initial release
1150
1162
1151
1163
1152
- [ Unreleased ] : https://github.com/Danp2/au3WebDriver/compare/1.2.0...HEAD
1164
+ [ Unreleased ] : https://github.com/Danp2/au3WebDriver/compare/1.3.0...HEAD
1165
+ [ 1.3.0 ] : https://github.com/Danp2/au3WebDriver/compare/1.2.0...1.3.0
1153
1166
[ 1.2.0 ] : https://github.com/Danp2/au3WebDriver/compare/1.1.1...1.2.0
1154
1167
[ 1.1.1 ] : https://github.com/Danp2/au3WebDriver/compare/1.1.0...1.1.1
1155
1168
[ 1.1.0 ] : https://github.com/Danp2/au3WebDriver/compare/1.0.3...1.1.0
Original file line number Diff line number Diff line change 71
71
#EndRegion Many thanks to:
72
72
73
73
#Region Global Constants
74
- Global Const $__WDVERSION = " 1.2 .0"
74
+ Global Const $__WDVERSION = " 1.3 .0"
75
75
76
76
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
77
77
Global Const $_WD_SHADOW_ID = " shadow-6066-11e4-a52e-4f735466cecf"
You can’t perform that action at this time.
0 commit comments