File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [ Unreleased]
9
9
### Changed
10
10
11
- - No changes yet.
11
+ - No description yet.
12
+
13
+ ## [ 0.2.1] - 2020-12-22
14
+ ### Fixed
15
+
16
+ - ` WebDriverInterface::waitUntil() ` : a resulting value from the promise, that has been generated by the
17
+ "condition-to-satisfy" callback, is now properly forwarded to the ` onFulfilled ` handler, for the ` waitUntil ` method
18
+ itself.
12
19
13
20
## [ 0.2.0] - 2020-12-18
14
21
### Added
@@ -77,6 +84,7 @@ browser instance).
77
84
This early development version doesn't yet contain full implementation for the introduced ` WebDriverInterface ` , only
78
85
core design solutions and library interfaces are defined.
79
86
80
- [ Unreleased ] : https://github.com/itnelo/reactphp-webdriver/compare/0.2.0...0.x
87
+ [ Unreleased ] : https://github.com/itnelo/reactphp-webdriver/compare/0.2.1...0.x
88
+ [ 0.2.1 ] : https://github.com/itnelo/reactphp-webdriver/compare/0.2.0..0.2.1
81
89
[ 0.2.0 ] : https://github.com/itnelo/reactphp-webdriver/compare/0.1.0..0.2.0
82
90
[ 0.1.0 ] : https://github.com/itnelo/reactphp-webdriver/releases/tag/0.1.0
You can’t perform that action at this time.
0 commit comments