Skip to content

Commit 77b4622

Browse files
committed
docs: update changelog
1 parent e23eb22 commit 77b4622

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ CHANGELOG
44
1.0.0
55
-----
66

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
8+
* Add `PantherTestCase::assertSelectorAttributeContains()`, `PantherTestCase::assertSelectorAttributeNotContains()`, `PantherTestCase::assertSelectorWillExist()`,
9+
`PantherTestCase::assertSelectorWillNotExist()`, `PantherTestCase::assertSelectorWillBeVisible()`, `PantherTestCase::assertSelectorWillNotBeVisible()`,
10+
`PantherTestCase::assertSelectorWillContain()`, `PantherTestCase::assertSelectorWillNotContain()`, `PantherTestCase::assertSelectorWillBeEnabled()`,
11+
`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
1119

1220
0.9.0
1321
-----

0 commit comments

Comments
 (0)