File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
1313- No description yet.
1414
15+ ## [ 0.4.0] - 2021-02-25
16+
17+ ### Added
18+
19+ - ` ClientInterface::getSessionIdentifiers() ` implementation to get a list with WebDriver sessions from the active pool
20+ (as an opportunity to resume existing sessions).
21+
22+ ### Fixed
23+
24+ - Missed type checks after WebDriver response deserialization for some methods (e.g. to prevent misreading an
25+ error array as a valid command output).
26+
1527## [ 0.3.0] - 2021-02-11
1628
1729### Added
@@ -106,7 +118,8 @@ browser instance).
106118This early development version doesn't yet contain full implementation for the introduced ` WebDriverInterface ` , only
107119core design solutions and library interfaces are defined.
108120
109- [ Unreleased ] : https://github.com/itnelo/reactphp-webdriver/compare/0.3.0...0.x
121+ [ Unreleased ] : https://github.com/itnelo/reactphp-webdriver/compare/0.4.0...0.x
122+ [ 0.4.0 ] : https://github.com/itnelo/reactphp-webdriver/compare/0.3.0..0.4.0
110123[ 0.3.0 ] : https://github.com/itnelo/reactphp-webdriver/compare/0.2.1..0.3.0
111124[ 0.2.1 ] : https://github.com/itnelo/reactphp-webdriver/compare/0.2.0..0.2.1
112125[ 0.2.0 ] : https://github.com/itnelo/reactphp-webdriver/compare/0.1.0..0.2.0
You can’t perform that action at this time.
0 commit comments