You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,18 @@ CHANGELOG
4
4
1.0.0
5
5
-----
6
6
7
-
* Add type hints
8
-
* Remove the deprecated PHPUnit listener, use the PHPUnit extension instead
9
-
* Remove deprecated support for Goutte, use `HttpBrowser` instead
10
-
* Remove deprecated support for `PANTHER_CHROME_DRIVER_BINARY` and `PANTHER_GECKO_DRIVER_BINARY` environment variables, add the binaries in your `PATH` instead
7
+
* Add `Client::waitForEnabled()`, `Client::waitForDisabled()`, `Client::waitForAttributeToContain()` and `Client::waitForAttributeToNotContain()` methods
`PantherTestCase::assertSelectorWillBeDisabled`, `PantherTestCase::assertSelectorAttributeWillContain()`, and `PantherTestCase::assertSelectorAttributeWillNotContain()`
12
+
assertions
13
+
* Automatically take a screenshot when a test fail and if the `PANTHER_ERROR_SCREENSHOT_DIR` environment variable is set
14
+
* Add missing return types
15
+
***Breaking Change**: Remove the deprecated PHPUnit listener, use the PHPUnit extension instead
16
+
***Breaking Change**: Remove deprecated support for Goutte, use `HttpBrowser` instead
17
+
***Breaking Change**: Remove deprecated support for `PANTHER_CHROME_DRIVER_BINARY` and `PANTHER_GECKO_DRIVER_BINARY` environment variables, add the binaries in your `PATH` instead
18
+
* Don't allow unserializing classes with a destructor
0 commit comments