Skip to content

Commit 622613b

Browse files
authored
Add back logo and changelog for version 1.0 (#415)
* Add back the logo * docs: update changelog
1 parent 30271c9 commit 622613b

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-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
-----

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<h1 align="center"><img src="panther.svg" alt="Panther" width="250" height="250"></h1>
2+
13
**A browser testing and web scraping library for [PHP](https://php.net) and [Symfony](https://symfony.com)**
24

35
![CI](https://github.com/symfony/panther/workflows/CI/badge.svg)

panther.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)